Bug 128808 - [GTK] Fix marshaller used in WebKitWebPage::document-loaded signal
Summary: [GTK] Fix marshaller used in WebKitWebPage::document-loaded signal
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2014-02-14 04:55 PST by Carlos Garcia Campos
Modified: 2014-02-15 00:32 PST (History)
0 users

See Also:


Attachments
Patch (1.33 KB, patch)
2014-02-14 04:57 PST, Carlos Garcia Campos
svillar: 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-02-14 04:55:31 PST
We are using g_cclosure_marshal_VOID__OBJECT probably due to a copy paste error.

(WebKitWebProcess:22013): GLib-GObject-CRITICAL **: g_cclosure_marshal_VOID__OBJECT: assertion 'n_param_values == 2' failed
Comment 1 Carlos Garcia Campos 2014-02-14 04:57:04 PST
Created attachment 224201 [details]
Patch
Comment 2 Sergio Villar Senin 2014-02-14 05:03:06 PST
Comment on attachment 224201 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=224201&action=review

r=me, good catch!

> Source/WebKit2/ChangeLog:3
> +        [GTK] Fix marshaller used in WebKitWebPage::document-created signal

is document-loaded right?
Comment 3 Carlos Garcia Campos 2014-02-15 00:32:14 PST
Committed r164167: <http://trac.webkit.org/changeset/164167>