[seed] Patch patch to WebKit to make it introspectible. WK guys say that they're going to have it in for 1.
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] Patch patch to WebKit to make it introspectible. WK guys say that they're going to have it in for 1.
- Date: Fri, 27 Mar 2009 21:30:27 -0400 (EDT)
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]