Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d08ef24fbdb043433dd2526f39faa225dee35b84
      
https://github.com/WebKit/WebKit/commit/d08ef24fbdb043433dd2526f39faa225dee35b84
  Author: Claudio Saavedra <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to