[webkit-changes] [WebKit/WebKit] 422472: Inline nullQName() function
Chris Dumez
noreply at github.com
Sat Sep 30 09:57:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 422472ab0e3cbddaee4e93f2e97e818b3f766ce0
https://github.com/WebKit/WebKit/commit/422472ab0e3cbddaee4e93f2e97e818b3f766ce0
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-09-30 (Sat, 30 Sep 2023)
Changed paths:
M Source/WebCore/dom/QualifiedName.cpp
M Source/WebCore/dom/QualifiedName.h
Log Message:
-----------
Inline nullQName() function
https://bugs.webkit.org/show_bug.cgi?id=262404
Reviewed by Darin Adler.
Inline nullQName() function since it shows in profiles.
* Source/WebCore/dom/QualifiedName.cpp:
(WebCore::QualifiedName::init):
(WebCore::nullQName): Deleted.
* Source/WebCore/dom/QualifiedName.h:
(WebCore::nullQName):
Canonical link: https://commits.webkit.org/268695@main
More information about the webkit-changes
mailing list