Bug 136202

Summary: ASSERT(extractable()) when storing a non-extractable key in IndexedDB
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=183001
Attachments:
Description Flags
proposed fix none

Description Alexey Proskuryakov 2014-08-24 15:40:08 PDT
There are assertions in a few WebCrypto exportData() function to verify that non-extractable keys are not exported. But the same function is used for structured clone serialization, which is allowed.

rdar://problem/17993967
Comment 1 Alexey Proskuryakov 2014-08-24 16:50:41 PDT
Created attachment 237050 [details]
proposed fix
Comment 2 WebKit Commit Bot 2014-08-24 19:33:19 PDT
Comment on attachment 237050 [details]
proposed fix

Clearing flags on attachment: 237050

Committed r172898: <http://trac.webkit.org/changeset/172898>
Comment 3 WebKit Commit Bot 2014-08-24 19:33:21 PDT
All reviewed patches have been landed.  Closing bug.