Bug 124473

Summary: JWK crypto key export result is a DOM string instead of an array buffer
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 122679    
Attachments:
Description Flags
proposed fix sam: review+

Description Alexey Proskuryakov 2013-11-17 16:42:39 PST
I somehow made a typo in the code and also wrote a test that matched the wrong behavior :)
Comment 1 Alexey Proskuryakov 2013-11-17 16:45:49 PST
Created attachment 217160 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-11-17 17:14:59 PST
Committed <http://trac.webkit.org/r159392>.