[Webkit-unassigned] [Bug 103554] New: Resolve duplicate definitions of toWireString() and createFromWire() in JSC SerializedScriptValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 13:01:08 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103554

           Summary: Resolve duplicate definitions of toWireString() and
                    createFromWire() in JSC SerializedScriptValue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: michael at 68k.org
                CC: jsbell at chromium.org, alecflett at chromium.org


In r135022, duplicate createFromWire() and toWireString() methods were added to the JSC version of SerializedScriptValue. This class already has methods of those same names with quite different implementations guarded by ENABLED(INDEXED_DATABASE). In order to allow the JSC SerializedScriptValue to compile when ENABLE(INDEXED_DATABASE) is turned on, these competing definitions should be resolved.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list