Bug 87666
Summary: | [JSC] SerializedScriptValue needs implementation for wire string methods | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | WebCore JavaScript | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, barraclough, oliver |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 87661 |
Chris Dumez
JSC's SerializedScriptValue currently has empty implementation for the following methods:
SerializedScriptValue::toWireString()
SerializedScriptValue::createFromWire()
This code is needed by IndexedDB code.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
*** This bug has been marked as a duplicate of bug 88048 ***