[webkit-changes] [WebKit/WebKit] 26e31e: SynchronizationOfLazyAttribute should be an enum c...
Ryosuke Niwa
noreply at github.com
Sat May 20 14:58:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 26e31e65add723107ead0a21c9e7174293b1d540
https://github.com/WebKit/WebKit/commit/26e31e65add723107ead0a21c9e7174293b1d540
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2023-05-20 (Sat, 20 May 2023)
Changed paths:
M Source/WebCore/dom/Element.cpp
M Source/WebCore/dom/Element.h
Log Message:
-----------
SynchronizationOfLazyAttribute should be an enum class
https://bugs.webkit.org/show_bug.cgi?id=257069
Reviewed by Tim Nguyen.
* Source/WebCore/dom/Element.cpp:
(WebCore::Element::detachAttribute):
(WebCore::Element::removeAttribute):
(WebCore::Element::toggleAttribute):
(WebCore::Element::setAttribute):
(WebCore::Element::setAttributeWithoutOverwriting):
(WebCore::Element::setAttributeWithoutSynchronization):
(WebCore::Element::setSynchronizedLazyAttribute):
(WebCore::Element::setAttributeInternal):
(WebCore::Element::setAttributeNode):
(WebCore::Element::setAttributeNodeNS):
(WebCore::Element::removeAttributeNode):
(WebCore::Element::removeAttributeInternal):
(WebCore::Element::addAttributeInternal):
* Source/WebCore/dom/Element.h:
Canonical link: https://commits.webkit.org/264295@main
More information about the webkit-changes
mailing list