Bug 226412

Summary: Stop using UncheckedLock in JSC::WasmCalleeRegistry
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: JavaScriptCoreAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, ews-watchlist, ggaren, keith_miller, mark.lam, msaboff, saam, sam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2021-05-28 19:20:06 PDT
Stop using UncheckedLock in JSC::WasmCalleeRegistry, as it is being phased out in favor of Lock, which supports Clang thread safety analysis.
Comment 1 Chris Dumez 2021-05-28 19:21:01 PDT
Created attachment 430083 [details]
Patch
Comment 2 EWS 2021-05-29 14:08:44 PDT
Committed r278241 (238278@main): <https://commits.webkit.org/238278@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 430083 [details].
Comment 3 Radar WebKit Bug Importer 2021-05-29 14:09:17 PDT
<rdar://problem/78653068>