[webkit-changes] [WebKit/WebKit] 1a3741: Make CacheStorageStore ThreadSafeRefCounted
Sihui
noreply at github.com
Tue Oct 29 20:46:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1a37418a03ef643923f804cc27c1c51f18bc3cc7
https://github.com/WebKit/WebKit/commit/1a37418a03ef643923f804cc27c1c51f18bc3cc7
Author: Sihui Liu <sihui_liu at apple.com>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M Source/WebKit/NetworkProcess/storage/CacheStorageStore.h
Log Message:
-----------
Make CacheStorageStore ThreadSafeRefCounted
https://bugs.webkit.org/show_bug.cgi?id=282292
rdar://problem/138874336
Reviewed by Chris Dumez.
CacheStorageDiskStore can be accessed from its m_ioQueue and m_callbackQueue, so making it ThreadSafeRefCounted for
safety.
* Source/WebKit/NetworkProcess/storage/CacheStorageStore.h:
Canonical link: https://commits.webkit.org/285877@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