https://bugs.webkit.org/show_bug.cgi?id=81229
Patch by Victor Lucero <victor.lucero@ipartner.cl> on 2012-03-16
Reviewed by Philippe Normand.
* webkit/webkitwebresource.cpp:
(webkit_web_resource_class_init): load-failed signal in WebkitWebResource was using the wrong marshaller
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@111027
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-16 Victor Lucero <victor.lucero@ipartner.cl>
+
+ [GTK] WebKitWebResource::load-failed uses the wrong marshaller
+ https://bugs.webkit.org/show_bug.cgi?id=81229
+
+ Reviewed by Philippe Normand.
+
+ * webkit/webkitwebresource.cpp:
+ (webkit_web_resource_class_init): load-failed signal in WebkitWebResource was using the wrong marshaller
+
2012-03-14 Landry Breuil <landry@openbsd.org>
WebKit/gtk/resources/error.html font-size error
G_SIGNAL_RUN_LAST,
0,
0, 0,
- g_cclosure_marshal_VOID__OBJECT,
+ g_cclosure_marshal_VOID__POINTER,
G_TYPE_NONE, 1,
G_TYPE_POINTER);