Bug 102291 - V8 And JSC SerializedScriptValue::toWireString aren't aligned
Summary: V8 And JSC SerializedScriptValue::toWireString aren't aligned
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-14 15:25 PST by Alec Flett
Modified: 2014-12-16 00:50 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alec Flett 2012-11-14 15:25:49 PST
We need to figure out what the true intention of SerializedScriptValue::toWireString() is, and if it is practically different from SerializedScriptValue::toString().. we had to add toWireString() to the JSC implementation of SerializedScriptValue in bug 96818. Fixing this will likely result in some minor tweaks to the V8 or JSC IDL Code generator.