From 96c94b4d81afbc8d8f4446fa1eb8e34ca1eb7bab Mon Sep 17 00:00:00 2001 From: "commit-queue@webkit.org" Date: Fri, 16 Mar 2012 18:00:10 +0000 Subject: [PATCH] [GTK] WebKitWebResource::load-failed uses the wrong marshaller https://bugs.webkit.org/show_bug.cgi?id=81229 Patch by Victor Lucero 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 --- Source/WebKit/gtk/ChangeLog | 10 ++++++++++ Source/WebKit/gtk/webkit/webkitwebresource.cpp | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Source/WebKit/gtk/ChangeLog b/Source/WebKit/gtk/ChangeLog index c474b95d4dde..6b9b1a9947d9 100644 --- a/Source/WebKit/gtk/ChangeLog +++ b/Source/WebKit/gtk/ChangeLog @@ -1,3 +1,13 @@ +2012-03-16 Victor Lucero + + [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 WebKit/gtk/resources/error.html font-size error diff --git a/Source/WebKit/gtk/webkit/webkitwebresource.cpp b/Source/WebKit/gtk/webkit/webkitwebresource.cpp index 4bd198077484..c6ba9953a18f 100644 --- a/Source/WebKit/gtk/webkit/webkitwebresource.cpp +++ b/Source/WebKit/gtk/webkit/webkitwebresource.cpp @@ -154,7 +154,7 @@ static void webkit_web_resource_class_init(WebKitWebResourceClass* webResourceCl G_SIGNAL_RUN_LAST, 0, 0, 0, - g_cclosure_marshal_VOID__OBJECT, + g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, G_TYPE_POINTER); -- 2.36.0