Yay webkit committed the patch.
authorTim Horton <hortont@hortont.com>
Sun, 29 Mar 2009 02:22:29 +0000 (22:22 -0400)
committerTim Horton <hortont424@gmail.com>
Sun, 29 Mar 2009 02:22:29 +0000 (22:22 -0400)
patches/fix_webkit_soup_introspection.patch [deleted file]

diff --git a/patches/fix_webkit_soup_introspection.patch b/patches/fix_webkit_soup_introspection.patch
deleted file mode 100644 (file)
index fa2aa06..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/WebKit/gtk/webkit/webkitsoupauthdialog.h b/WebKit/gtk/webkit/webkitsoupauthdialog.h
-index 2c030b4..71dd79f 100644
---- a/WebKit/gtk/webkit/webkitsoupauthdialog.h
-+++ b/WebKit/gtk/webkit/webkitsoupauthdialog.h
-@@ -20,6 +20,8 @@
- #include <gtk/gtk.h>
- #include <libsoup/soup.h>
-+#include <webkit/webkitdefines.h>
-+
- #ifndef WEBKIT_SOUP_AUTH_DIALOG_H
- #define WEBKIT_SOUP_AUTH_DIALOG_H 1
-@@ -42,7 +44,7 @@ typedef struct {
-     GtkWidget* (*current_toplevel) (WebKitSoupAuthDialog* feature, SoupMessage* message);
- } WebKitSoupAuthDialogClass;
--GType webkit_soup_auth_dialog_get_type (void);
-+WEBKIT_API GType webkit_soup_auth_dialog_get_type (void);
- G_END_DECLS