Bug 127493 - Make IDBGetResult work with IDBKeyData instead of IDBKey
Summary: Make IDBGetResult work with IDBKeyData instead of IDBKey
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 09:47 PST by Brady Eidson
Modified: 2014-01-23 10:14 PST (History)
3 users (show)

See Also:


Attachments
Patch v1 (9.36 KB, patch)
2014-01-23 09:49 PST, Brady Eidson
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2014-01-23 09:47:54 PST
Make IDBGetResult work with IDBKeyData instead of IDBKey

IDBGetResult should be something serializable across IPC, and IDBKeyData is more appropriate.
Comment 1 Brady Eidson 2014-01-23 09:49:32 PST
Created attachment 221993 [details]
Patch v1
Comment 2 Brady Eidson 2014-01-23 09:59:03 PST
http://trac.webkit.org/changeset/162619
Comment 3 Brady Eidson 2014-01-23 10:14:42 PST
Build fix followup in http://trac.webkit.org/changeset/162622