Bug 87666 - [JSC] SerializedScriptValue needs implementation for wire string methods
Summary: [JSC] SerializedScriptValue needs implementation for wire string methods
Status: RESOLVED DUPLICATE of bug 88048
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 87661
  Show dependency treegraph
 
Reported: 2012-05-28 07:50 PDT by Chris Dumez
Modified: 2012-06-07 05:16 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-05-28 07:50:00 PDT
JSC's SerializedScriptValue currently has empty implementation for the following methods:
  SerializedScriptValue::toWireString()
  SerializedScriptValue::createFromWire()

This code is needed by IndexedDB code.
Comment 1 Chris Dumez 2012-06-07 05:16:44 PDT

*** This bug has been marked as a duplicate of bug 88048 ***