[webkit-changes] [WebKit/WebKit] aaea02: Adopt more smart pointers addressing UncountedLoca...
Rob Buis
noreply at github.com
Tue Jun 18 01:11:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aaea02d09e528cdd2284887ef407a86586380c07
https://github.com/WebKit/WebKit/commit/aaea02d09e528cdd2284887ef407a86586380c07
Author: Rob Buis <rbuis at igalia.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M Source/WebCore/css/CSSCounterStyleRegistry.cpp
M Source/WebCore/css/ImmutableStyleProperties.cpp
M Source/WebCore/html/PublicURLManager.cpp
M Source/WebCore/loader/archive/ArchiveResourceCollection.cpp
Log Message:
-----------
Adopt more smart pointers addressing UncountedLocalVarsChecker warning
https://bugs.webkit.org/show_bug.cgi?id=275562
Reviewed by Ryosuke Niwa.
Adopt more smart pointers addressing the
[alpha.webkit.UncountedLocalVarsChecker] warning.
* Source/WebCore/css/CSSCounterStyleRegistry.cpp:
(WebCore::CSSCounterStyleRegistry::resolveExtendsReference):
(WebCore::CSSCounterStyleRegistry::counterStyle):
* Source/WebCore/css/ImmutableStyleProperties.cpp:
(WebCore::ImmutableStyleProperties::ImmutableStyleProperties):
* Source/WebCore/html/PublicURLManager.cpp:
(WebCore::PublicURLManager::revoke):
(WebCore::PublicURLManager::stop):
* Source/WebCore/loader/archive/ArchiveResourceCollection.cpp:
(WebCore::ArchiveResourceCollection::archiveResourceForURL):
Canonical link: https://commits.webkit.org/280112@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