[webkit-changes] [WebKit/WebKit] 4937bf: More smart pointer adoption in DOM methods
Claudio Saavedra
noreply at github.com
Mon Aug 5 09:16:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4937bf611b791737e78de26473eb7accf5b35dfa
https://github.com/WebKit/WebKit/commit/4937bf611b791737e78de26473eb7accf5b35dfa
Author: Claudio Saavedra <csaavedra at igalia.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M Source/WebCore/dom/AbortSignal.cpp
M Source/WebCore/dom/ActiveDOMObject.cpp
M Source/WebCore/dom/CustomElementRegistry.cpp
Log Message:
-----------
More smart pointer adoption in DOM methods
https://bugs.webkit.org/show_bug.cgi?id=277550
Reviewed by Ryosuke Niwa and Chris Dumez.
Address more clang-analyzer-alpha.webkit.UncountedLocalVarsChecker warnings.
* Source/WebCore/dom/AbortSignal.cpp:
(WebCore::AbortSignal::timeout):
* Source/WebCore/dom/ActiveDOMObject.cpp:
(WebCore::ActiveDOMObject::queueTaskInEventLoop):
* Source/WebCore/dom/CustomElementRegistry.cpp:
(WebCore::CustomElementRegistry::upgrade):
Canonical link: https://commits.webkit.org/281830@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