Title: [109329] trunk/Source/WebKit2
- Revision
- 109329
- Author
- [email protected]
- Date
- 2012-03-01 03:17:29 -0800 (Thu, 01 Mar 2012)
Log Message
Unreviewed. Fix WebKit2 GTK+ build.
* UIProcess/API/gtk/WebKitDefines.h:
* UIProcess/API/gtk/WebKitWebView.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (109328 => 109329)
--- trunk/Source/WebKit2/ChangeLog 2012-03-01 10:28:55 UTC (rev 109328)
+++ trunk/Source/WebKit2/ChangeLog 2012-03-01 11:17:29 UTC (rev 109329)
@@ -1,3 +1,10 @@
+2012-03-01 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix WebKit2 GTK+ build.
+
+ * UIProcess/API/gtk/WebKitDefines.h:
+ * UIProcess/API/gtk/WebKitWebView.h:
+
2012-02-29 Simon Hausmann <[email protected]>
[Qt][WK2] QQuickWebView::event should lookup faster which events QQuickWebPage can handle
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitDefines.h (109328 => 109329)
--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitDefines.h 2012-03-01 10:28:55 UTC (rev 109328)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitDefines.h 2012-03-01 11:17:29 UTC (rev 109329)
@@ -33,6 +33,8 @@
#include <glib.h>
typedef struct _WebKitPrintOperation WebKitPrintOperation;
+typedef struct _WebKitFindController WebKitFindController;
+typedef struct _WebKitWebView WebKitWebView;
#ifdef G_OS_WIN32
# ifdef BUILDING_WEBKIT
@@ -46,7 +48,4 @@
# define WEBKIT_OBSOLETE_API WEBKIT_API __attribute__((deprecated))
#endif
-typedef struct _WebKitFindController WebKitFindController;
-typedef struct _WebKitWebView WebKitWebView;
-
#endif // WebKitDefines_h
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.h (109328 => 109329)
--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.h 2012-03-01 10:28:55 UTC (rev 109328)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.h 2012-03-01 11:17:29 UTC (rev 109329)
@@ -48,7 +48,6 @@
#define WEBKIT_IS_WEB_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), WEBKIT_TYPE_WEB_VIEW))
#define WEBKIT_WEB_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), WEBKIT_TYPE_WEB_VIEW, WebKitWebViewClass))
-typedef struct _WebKitWebView WebKitWebView;
typedef struct _WebKitWebViewClass WebKitWebViewClass;
typedef struct _WebKitWebViewPrivate WebKitWebViewPrivate;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes