[Webkit-unassigned] [Bug 152763] New: Modern IDB: storage/indexeddb/structured-clone.html crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 5 16:14:33 PST 2016


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

            Bug ID: 152763
           Summary: Modern IDB: storage/indexeddb/structured-clone.html
                    crashes
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Modern IDB: storage/indexeddb/structured-clone.html crashes

There's some assumptions in SerializedScriptValue and its CloneDeserializer that the global object is a JSDOMGlobalObject.

This makes sense for the types of values that are WebCore/DOM objects and truly need a DOMGlobalObject, but does not make sense for native Javascript objects like typed arrays.

This patch fixes that for native typed arrays, allowing this test to run.

It also updates an error message, forcing the results for some other tests to also get upgrades.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160106/c0e9bec6/attachment.html>


More information about the webkit-unassigned mailing list