Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7a6350c43a96ddbdcec072004a73dff22d0333e2
https://github.com/WebKit/WebKit/commit/7a6350c43a96ddbdcec072004a73dff22d0333e2
Author: Sihui Liu <[email protected]>
Date: 2024-04-09 (Tue, 09 Apr 2024)
Changed paths:
M Source/WebCore/platform/PublicSuffixStore.h
M Source/WebCore/platform/cocoa/PublicSuffixStoreCocoa.mm
Log Message:
-----------
Add WTF_GUARDED_BY_LOCK annotation for m_canAcceptCustomPublicSuffix
https://bugs.webkit.org/show_bug.cgi?id=272368
rdar://126111206
Reviewed by Chris Dumez.
This data member is actually guarded by lock now; add the annotation to make it
clear that it can be accessed from
different threads and should be protected.
* Source/WebCore/platform/PublicSuffixStore.h:
(WebCore::PublicSuffixStore::WTF_GUARDED_BY_LOCK):
(): Deleted.
* Source/WebCore/platform/cocoa/PublicSuffixStoreCocoa.mm:
(WebCore::PublicSuffixStore::addPublicSuffix):
Canonical link: https://commits.webkit.org/277276@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