Skip to content
  • kling@webkit.org's avatar
    Unreviewed, rolling out r103473. · 1c8f076f
    kling@webkit.org authored
    http://trac.webkit.org/changeset/103473
    https://bugs.webkit.org/show_bug.cgi?id=74991
    
    Overestimated my superpowers a bit here.
    
    * dom/Element.cpp:
    (WebCore::Element::attributeChanged):
    (WebCore::Element::insertedIntoDocument):
    (WebCore::Element::removedFromDocument):
    * dom/Element.h:
    (WebCore::Element::updateId):
    (WebCore::Element::willModifyAttribute):
    * dom/NamedNodeMap.cpp:
    (WebCore::NamedNodeMap::setAttributes):
    * dom/Node.h:
    * html/HTMLAppletElement.cpp:
    (WebCore::HTMLAppletElement::parseMappedAttribute):
    (WebCore::HTMLAppletElement::insertedIntoDocument):
    (WebCore::HTMLAppletElement::removedFromDocument):
    * html/HTMLAppletElement.h:
    * html/HTMLEmbedElement.cpp:
    (WebCore::HTMLEmbedElement::parseMappedAttribute):
    (WebCore::HTMLEmbedElement::insertedIntoDocument):
    (WebCore::HTMLEmbedElement::removedFromDocument):
    * html/HTMLEmbedElement.h:
    * html/HTMLFormElement.cpp:
    (WebCore::HTMLFormElement::insertedIntoDocument):
    (WebCore::HTMLFormElement::removedFromDocument):
    (WebCore::HTMLFormElement::parseMappedAttribute):
    * html/HTMLFormElement.h:
    * html/HTMLImageElement.cpp:
    (WebCore::HTMLImageElement::parseMappedAttribute):
    (WebCore::HTMLImageElement::insertedIntoDocument):
    (WebCore::HTMLImageElement::removedFromDocument):
    * html/HTMLImageElement.h:
    * html/HTMLObjectElement.cpp:
    (WebCore::HTMLObjectElement::parseMappedAttribute):
    (WebCore::HTMLObjectElement::insertedIntoDocument):
    (WebCore::HTMLObjectElement::removedFromDocument):
    (WebCore::HTMLObjectElement::updateDocNamedItem):
    (WebCore::HTMLObjectElement::formControlName):
    * html/HTMLObjectElement.h:
    * html/HTMLPlugInElement.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103478 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    1c8f076f