Show
Ignore:
Timestamp:
05/23/06 10:51:29 (3 years ago)
Author:
lweintraub
Message:

Reviewed by Hyatt.

Cleaned up changes to markup by adding the non-virtual
nodeNamePreservingCase accessor function.

  • dom/Element.cpp: (WebCore::Element::nodeNamePreservingCase):
  • dom/Element.h:
  • editing/markup.cpp: (WebCore::startMarkup): (WebCore::endMarkup):
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/dom/Element.h

    r14261 r14537  
    118118    virtual void removedFromDocument(); 
    119119 
     120    String nodeNamePreservingCase() const; 
     121 
    120122    // convenience methods which ignore exceptions 
    121123    void setAttribute(const QualifiedName& name, const String& value);