Make FontCache allowlist thread safe
Created attachment 446310 [details] Patch
Comment on attachment 446310 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=446310&action=review > Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:1225 > + Locker locker { Allowlist::lock }; This might be an opportunity for performance improvement, since this allowlist is only used for testing.
<rdar://problem/86507543>