Title: [89417] trunk/Source/WebKit/gtk
Revision
89417
Author
[email protected]
Date
2011-06-22 03:22:15 -0700 (Wed, 22 Jun 2011)

Log Message

2011-06-22  Carlos Garcia Campos  <[email protected]>

        Reviewed by Xan Lopez.

        [GTK] Make sure libsoup password manager macro is defined before including libsoup in webkitsoupauthdialog
        https://bugs.webkit.org/show_bug.cgi?id=63124

        Fixes a crash when building with --enable-debug.

        * webkit/webkitsoupauthdialog.h: Define
        LIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY
        before including libsoup.h.

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (89416 => 89417)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-06-22 10:16:09 UTC (rev 89416)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-06-22 10:22:15 UTC (rev 89417)
@@ -1,3 +1,16 @@
+2011-06-22  Carlos Garcia Campos  <[email protected]>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] Make sure libsoup password manager macro is defined before including libsoup in webkitsoupauthdialog
+        https://bugs.webkit.org/show_bug.cgi?id=63124
+
+        Fixes a crash when building with --enable-debug.
+
+        * webkit/webkitsoupauthdialog.h: Define
+        LIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY
+        before including libsoup.h.
+
 2011-06-10  Martin Robinson  <[email protected]>
 
         Reviewed by Xan Lopez.

Modified: trunk/Source/WebKit/gtk/webkit/webkitsoupauthdialog.h (89416 => 89417)


--- trunk/Source/WebKit/gtk/webkit/webkitsoupauthdialog.h	2011-06-22 10:16:09 UTC (rev 89416)
+++ trunk/Source/WebKit/gtk/webkit/webkitsoupauthdialog.h	2011-06-22 10:22:15 UTC (rev 89417)
@@ -21,6 +21,7 @@
 #define webkitsoupauthdialog_h
 
 #include <gtk/gtk.h>
+#define LIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY
 #include <libsoup/soup.h>
 #include <webkit/webkitdefines.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to