Bug 132924

Summary: Use the correct client in WebPageProxy::unwrapCryptoKey
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix darin: review+

Description Alexey Proskuryakov 2014-05-14 14:48:05 PDT
<http://trac.webkit.org/changeset/168324> changed which client is used for wrapCryptoKey, but not which one is used for unwrapCryptoKey, so unwrapping doesn't work with Objective-C API.
Comment 1 Alexey Proskuryakov 2014-05-14 14:50:00 PDT
Created attachment 231466 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2014-05-14 16:21:37 PDT
Committed <http://trac.webkit.org/r168869>.