Bug 192605

Summary: Make CloneDeserializer succeed deserialization for DOM objects in non JSDOMGlobalObject context
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description youenn fablet 2018-12-11 14:07:01 PST
Deserialization is used in non JSDOMGlobalObject context for IDB in NetworkProcess to get access to the value in case of key path use.
Currently, deserialization fails as DOM objects require a JDOMGlobalObject.

In the context of IDB, there is no need for the exact JS wrapper.
An empty object might be sufficient if the key path is not a property or sub property of the JS DOM object.
Comment 1 Alexey Proskuryakov 2018-12-11 23:51:03 PST

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