[webkit-changes] [WebKit/WebKit] f5f143: Explicitly inline some methods of Node
Ryosuke Niwa
noreply at github.com
Tue Dec 17 03:20:52 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f5f143eb1eae67060d2241fdc2926e11bbb759a1
https://github.com/WebKit/WebKit/commit/f5f143eb1eae67060d2241fdc2926e11bbb759a1
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M Source/WebCore/dom/ContainerNode.h
M Source/WebCore/dom/Node.h
Log Message:
-----------
Explicitly inline some methods of Node
https://bugs.webkit.org/show_bug.cgi?id=284801
Reviewed by Tim Nguyen.
Explicitly mark some methods of Node as inline.
* Source/WebCore/dom/ContainerNode.h:
(WebCore::Node::protectedFirstChild const):
(WebCore::Node::protectedLastChild const):
(WebCore::Node::hasChildNodes const):
* Source/WebCore/dom/Node.h:
(WebCore::Node::protectedFirstChild const): Deleted.
(WebCore::Node::protectedLastChild const): Deleted.
(WebCore::Node::hasChildNodes const): Deleted.
Canonical link: https://commits.webkit.org/287933@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