[webkit-changes] cvs commit: WebCore/khtml/xml dom_elementimpl.cpp

Maciej mjs at opensource.apple.com
Tue Dec 20 12:27:15 PST 2005


mjs         05/12/20 12:27:15

  Modified:    khtml/xml dom_elementimpl.cpp
  Log:
  Remove accidentally committed change (which I am about to recommit, so no ChangeLog
  comment for the revert).
  
  Revision  Changes    Path
  1.101     +1 -0      WebCore/khtml/xml/dom_elementimpl.cpp
  
  Index: dom_elementimpl.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/khtml/xml/dom_elementimpl.cpp,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- dom_elementimpl.cpp	20 Dec 2005 20:12:49 -0000	1.100
  +++ dom_elementimpl.cpp	20 Dec 2005 20:27:15 -0000	1.101
  @@ -1397,6 +1397,7 @@
   void StyledElementImpl::createAttributeMap() const
   {
       namedAttrMap = new NamedMappedAttrMapImpl(const_cast<StyledElementImpl*>(this));
  +    namedAttrMap->ref();
   }
   
   CSSMutableStyleDeclarationImpl* StyledElementImpl::getInlineStyleDecl()
  
  
  



More information about the webkit-changes mailing list