Title: [111296] releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk

Diff

Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog (111295 => 111296)


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog	2012-03-20 01:37:22 UTC (rev 111295)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/ChangeLog	2012-03-20 01:40:35 UTC (rev 111296)
@@ -1,3 +1,13 @@
+2012-03-19  Victor Lucero  <[email protected]>
+
+        [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-07  Martin Robinson  <[email protected]>
 
         Update the NEWS and version for the 1.7.91 release.

Modified: releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitwebresource.cpp (111295 => 111296)


--- releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitwebresource.cpp	2012-03-20 01:37:22 UTC (rev 111295)
+++ releases/WebKitGTK/webkit-1.8/Source/WebKit/gtk/webkit/webkitwebresource.cpp	2012-03-20 01:40:35 UTC (rev 111296)
@@ -154,7 +154,7 @@
             G_SIGNAL_RUN_LAST,
             0,
             0, 0,
-            g_cclosure_marshal_VOID__OBJECT,
+            g_cclosure_marshal_VOID__POINTER,
             G_TYPE_NONE, 1,
             G_TYPE_POINTER);
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to