Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: befa7253aae2abfb792021f3215ee333a839af14
https://github.com/WebKit/WebKit/commit/befa7253aae2abfb792021f3215ee333a839af14
Author: Ryosuke Niwa <[email protected]>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M Source/WebCore/dom/Document.h
M Source/WebCore/dom/DocumentFragment.cpp
M Source/WebCore/dom/DocumentFragment.h
M Source/WebCore/dom/Node.h
M Source/WebCore/dom/ShadowRoot.cpp
M Source/WebCore/dom/ShadowRoot.h
Log Message:
-----------
Annotate Node::childTypeAllowed as NODELETE
https://bugs.webkit.org/show_bug.cgi?id=308276
Reviewed by Anne van Kesteren.
Marked Node::childTypeAllowed and its overrides as NODELETE.
No new tests since there should be no behavioral changes.
* Source/WebCore/dom/Document.h:
* Source/WebCore/dom/DocumentFragment.cpp:
(WebCore::DocumentFragment::childTypeAllowed const):
* Source/WebCore/dom/DocumentFragment.h:
* Source/WebCore/dom/Node.h:
(WebCore::Node::childTypeAllowed const):
* Source/WebCore/dom/ShadowRoot.cpp:
(WebCore::ShadowRoot::childTypeAllowed const): Deleted.
* Source/WebCore/dom/ShadowRoot.h:
Canonical link: https://commits.webkit.org/307903@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications