[webkit-changes] [WebKit/WebKit] faa813: PublicSuffixStore::m_canAcceptCustomPublicSuffix d...
Chris Dumez
noreply at github.com
Tue May 21 00:24:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: faa8131037e93c2ee4e10c294ffcf16595ae261f
https://github.com/WebKit/WebKit/commit/faa8131037e93c2ee4e10c294ffcf16595ae261f
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M Source/WebCore/platform/PublicSuffixStore.h
M Source/WebCore/platform/cocoa/PublicSuffixStoreCocoa.mm
Log Message:
-----------
PublicSuffixStore::m_canAcceptCustomPublicSuffix doesn't need synchronization
https://bugs.webkit.org/show_bug.cgi?id=274431
Reviewed by Darin Adler and Ryosuke Niwa.
PublicSuffixStore::m_canAcceptCustomPublicSuffix doesn't need synchronization
as it is only ever used on the main thread.
* Source/WebCore/platform/PublicSuffixStore.h:
(WebCore::PublicSuffixStore::WTF_GUARDED_BY_LOCK): Deleted.
* Source/WebCore/platform/cocoa/PublicSuffixStoreCocoa.mm:
(WebCore::PublicSuffixStore::enablePublicSuffixCache):
(WebCore::PublicSuffixStore::addPublicSuffix):
Canonical link: https://commits.webkit.org/279041@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