Bug 164943 - [Mac] Use WorkQueue instead of dispatch_async in CryptoKeyRSA::generatePair
Summary: [Mac] Use WorkQueue instead of dispatch_async in CryptoKeyRSA::generatePair
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 164938
  Show dependency treegraph
 
Reported: 2016-11-18 11:57 PST by Jiewen Tan
Modified: 2016-11-18 11:57 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.