[webkit-changes] [WebKit/WebKit] 27f9ca: Inline DOMTokenList::associatedAttributeValueChanged

Ryosuke Niwa noreply at github.com
Mon May 13 19:03:37 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 27f9caa6ed5c1a63c7bcce6973c2f8a21080b7fc
      https://github.com/WebKit/WebKit/commit/27f9caa6ed5c1a63c7bcce6973c2f8a21080b7fc
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
    M Source/WebCore/dom/Element.cpp
    M Source/WebCore/html/DOMTokenList.cpp
    M Source/WebCore/html/DOMTokenList.h
    M Source/WebCore/html/HTMLAnchorElement.cpp
    M Source/WebCore/html/HTMLFormElement.cpp
    M Source/WebCore/html/HTMLIFrameElement.cpp
    M Source/WebCore/html/HTMLLinkElement.cpp
    M Source/WebCore/html/HTMLOutputElement.cpp
    M Source/WebCore/svg/SVGAElement.cpp

  Log Message:
  -----------
  Inline DOMTokenList::associatedAttributeValueChanged
https://bugs.webkit.org/show_bug.cgi?id=274041

Reviewed by Chris Dumez.

Inlined this function and remove the unused argument.

Also made the class final since there is no subclass.

* Source/WebCore/dom/Element.cpp:
(WebCore::Element::classAttributeChanged):
(WebCore::Element::partAttributeChanged):
* Source/WebCore/html/DOMTokenList.cpp:
(WebCore::DOMTokenList::associatedAttributeValueChanged): Deleted.
* Source/WebCore/html/DOMTokenList.h:
(WebCore::DOMTokenList::associatedAttributeValueChanged):
(WebCore::DOMTokenList::DOMTokenList): Deleted.
(WebCore::DOMTokenList::ref): Deleted.
(WebCore::DOMTokenList::deref): Deleted.
(WebCore::DOMTokenList::isSupportedPropertyIndex const): Deleted.
(WebCore::DOMTokenList::element const): Deleted.
(WebCore::DOMTokenList::tokens const): Deleted.
* Source/WebCore/html/HTMLAnchorElement.cpp:
(WebCore::HTMLAnchorElement::attributeChanged):
* Source/WebCore/html/HTMLFormElement.cpp:
(WebCore::HTMLFormElement::attributeChanged):
* Source/WebCore/html/HTMLIFrameElement.cpp:
(WebCore::HTMLIFrameElement::attributeChanged):
* Source/WebCore/html/HTMLLinkElement.cpp:
(WebCore::HTMLLinkElement::attributeChanged):
* Source/WebCore/html/HTMLOutputElement.cpp:
(WebCore::HTMLOutputElement::attributeChanged):
* Source/WebCore/svg/SVGAElement.cpp:
(WebCore::SVGAElement::attributeChanged):

Canonical link: https://commits.webkit.org/278728@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list