[webkit-changes] [WebKit/WebKit] d08ef2: Mark a couple of traverse functions functor parame...
Claudio Saavedra
noreply at github.com
Wed Feb 5 12:38:14 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d08ef24fbdb043433dd2526f39faa225dee35b84
https://github.com/WebKit/WebKit/commit/d08ef24fbdb043433dd2526f39faa225dee35b84
Author: Claudio Saavedra <csaavedra at igalia.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M Source/WebKit/NetworkProcess/cache/NetworkCacheFileSystem.cpp
M Source/WebKit/NetworkProcess/cache/NetworkCacheFileSystem.h
M Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.cpp
Log Message:
-----------
Mark a couple of traverse functions functor parameters as NOESCAPE
https://bugs.webkit.org/show_bug.cgi?id=287083
Reviewed by Chris Dumez.
These functions don't run anything asynchronously, so their
functor parameters can be marked as NOESCAPE. This should get
rid of a few uncounted lambda captures warnings.
* Source/WebKit/NetworkProcess/cache/NetworkCacheFileSystem.cpp:
(WebKit::NetworkCache::traverseDirectory):
* Source/WebKit/NetworkProcess/cache/NetworkCacheFileSystem.h:
* Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.cpp:
(WebKit::NetworkCache::traverseRecordsFiles):
Canonical link: https://commits.webkit.org/289887@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