Bug 164943

Summary: [Mac] Use WorkQueue instead of dispatch_async in CryptoKeyRSA::generatePair
Product: WebKit Reporter: Jiewen Tan <jiewen_tan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bfulgham, jiewen_tan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 164938    

Description Jiewen Tan 2016-11-18 11:57:28 PST
We should use WorkQueue here instead of dispatch_async in CryptoKeyRSA::generatePair once WebKitSubtleCrypto is deprecated.