[webkit-changes] [WebKit/WebKit] 5fa1a3: More smart pointer adoption in Document class
Claudio Saavedra
noreply at github.com
Fri Aug 16 03:00:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5fa1a3b10323219ecf4b01683066e90dd7b17a98
https://github.com/WebKit/WebKit/commit/5fa1a3b10323219ecf4b01683066e90dd7b17a98
Author: Claudio Saavedra <csaavedra at igalia.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M Source/WebCore/dom/Document.cpp
Log Message:
-----------
More smart pointer adoption in Document class
https://bugs.webkit.org/show_bug.cgi?id=277803
Reviewed by Ryosuke Niwa.
This addresses several clang-analyzer-alpha.webkit.UncountedLocalVarsChecker
warnings for variables that are used non-trivially.
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::styleForElementIgnoringPendingStylesheets):
(WebCore::Document::matchingAnimations):
(WebCore::Document::keyframesRuleDidChange):
(WebCore::Document::prepareCanvasesForDisplayOrFlushIfNeeded):
Canonical link: https://commits.webkit.org/282341@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