Bug 226212

Summary: Use UncheckedLock less in JavaScriptCore
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: JavaScriptCoreAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, benjamin, cmarcelo, darin, ews-watchlist, ggaren, hi, joepeck, keith_miller, mark.lam, msaboff, saam, sam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 226249    
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2021-05-24 21:28:01 PDT
Use UncheckedLock less in JavaScriptCore as it is being phased out in favor of Lock, which enables Clang thread safety analysis.
Comment 1 Chris Dumez 2021-05-24 21:30:18 PDT
Created attachment 429627 [details]
Patch
Comment 2 Chris Dumez 2021-05-25 16:26:56 PDT
Created attachment 429709 [details]
Patch
Comment 3 Chris Dumez 2021-05-25 17:37:30 PDT
Comment on attachment 429709 [details]
Patch

Clearing flags on attachment: 429709

Committed r278069 (238148@main): <https://commits.webkit.org/238148@main>
Comment 4 Chris Dumez 2021-05-25 17:37:33 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2021-05-25 17:38:21 PDT
<rdar://problem/78485445>