[webkit-changes] [WebKit/WebKit] 0c4ece: Adopt more smart pointers in Element class
Claudio Saavedra
noreply at github.com
Wed Aug 14 23:59:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0c4eceb306222d35fa5bee1d3807b6f457afc99e
https://github.com/WebKit/WebKit/commit/0c4eceb306222d35fa5bee1d3807b6f457afc99e
Author: Claudio Saavedra <csaavedra at igalia.com>
Date: 2024-08-14 (Wed, 14 Aug 2024)
Changed paths:
M Source/WebCore/dom/Element.cpp
Log Message:
-----------
Adopt more smart pointers in Element class
https://bugs.webkit.org/show_bug.cgi?id=278021
Reviewed by Ryosuke Niwa.
These address a series of clang-analyzer-alpha.webkit.UncountedLocalVarsChecker
warnings for non-trivial method calls.
* Source/WebCore/dom/Element.cpp:
(WebCore::Element::styleResolver):
(WebCore::invalidateForSiblingCombinators):
(WebCore::Element::renderOrDisplayContentsStyle const):
(WebCore::Element::resolveComputedStyle):
Canonical link: https://commits.webkit.org/282275@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