Bug 152893

Summary: [JSC] Use std::call_once instead of pthread_once when initializing LLVM.
Product: WebKit Reporter: peavo
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

Description peavo 2016-01-08 06:38:27 PST
Use std::call_once since pthreads is not present on all platforms.
Comment 1 peavo 2016-01-08 06:42:54 PST
Created attachment 268544 [details]
Patch
Comment 2 Mark Lam 2016-01-08 07:58:43 PST
Comment on attachment 268544 [details]
Patch

r=me
Comment 3 peavo 2016-01-08 09:57:37 PST
(In reply to comment #2)
> Comment on attachment 268544 [details]
> Patch
> 
> r=me

Thanks for reviewing :)
Comment 4 peavo 2016-01-08 10:22:48 PST
Committed r194769: <http://trac.webkit.org/changeset/194769>.