Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b21547b868c187b2db2147a81c5f613e0858f01a
https://github.com/WebKit/WebKit/commit/b21547b868c187b2db2147a81c5f613e0858f01a
Author: Ryosuke Niwa <[email protected]>
Date: 2026-02-21 (Sat, 21 Feb 2026)
Changed paths:
M Source/WebCore/dom/ContainerNode.cpp
M Source/WebCore/dom/ContainerNode.h
Log Message:
-----------
Make insertBeforeCommon and appendChildCommon NODELETE
https://bugs.webkit.org/show_bug.cgi?id=308376
Reviewed by Anne van Kesteren.
Replaced RefPtr in insertBeforeCommon and appendChildCommon with a raw pointer
and annotated both functions as NODELETE.
No new tests since there should be no behavioral changes.
* Source/WebCore/dom/ContainerNode.cpp:
(WebCore::ContainerNode::insertBeforeCommon):
(WebCore::ContainerNode::appendChildCommon):
* Source/WebCore/dom/ContainerNode.h:
Canonical link: https://commits.webkit.org/307986@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications