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