Bug 138409 - [GTK] Fix how SerializedScriptValue is exposed to GObject DOM bindings
Summary: [GTK] Fix how SerializedScriptValue is exposed to GObject DOM bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: 138411
  Show dependency treegraph
 
Reported: 2014-11-05 00:36 PST by Carlos Garcia Campos
Modified: 2014-11-12 04:26 PST (History)
4 users (show)

See Also:


Attachments
Patch (28.84 KB, patch)
2014-11-05 00:40 PST, Carlos Garcia Campos
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>