[seed] Patch patch to WebKit to make it introspectible. WK guys say that they're going to have it in for 1.



commit dd93b2e755cc67e731f236e7e705715b4f84aa9d
Author: Tim Horton <hortont hortont com>
Date:   Fri Mar 27 21:29:55 2009 -0400

    Patch patch to WebKit to make it introspectible. WK guys say that they're going to have it in for 1.1.4.
---
 patches/fix_webkit_soup_introspection.patch |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/patches/fix_webkit_soup_introspection.patch b/patches/fix_webkit_soup_introspection.patch
new file mode 100644
index 0000000..fa2aa06
--- /dev/null
+++ b/patches/fix_webkit_soup_introspection.patch
@@ -0,0 +1,22 @@
+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
+ 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]