Bug 138409

Summary: [GTK] Fix how SerializedScriptValue is exposed to GObject DOM bindings
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, gustavo, pnormand, rniwa
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 138411    
Attachments:
Description Flags
Patch pnormand: review+

Description Carlos Garcia Campos 2014-11-05 00:36:17 PST
It's currently exposed as a WebKitDOMSerializedScriptValue class that doesn't really exist. It should be handled as a string, that is used to create a SerializedScriptValue when coming from the API, and converted to a string again when returned to the API.
Comment 1 Carlos Garcia Campos 2014-11-05 00:40:13 PST
Created attachment 241007 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-11-12 04:26:42 PST
Committed r176017: <http://trac.webkit.org/changeset/176017>