Bug 132924 - Use the correct client in WebPageProxy::unwrapCryptoKey
Summary: Use the correct client in WebPageProxy::unwrapCryptoKey
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-14 14:48 PDT by Alexey Proskuryakov
Modified: 2014-05-14 16:21 PDT (History)
2 users (show)

See Also:


Attachments
proposed fix (1.48 KB, patch)
2014-05-14 14:50 PDT, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

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