Title: [89170] trunk/Source/WebKit2
Revision
89170
Author
[email protected]
Date
2011-06-17 13:51:25 -0700 (Fri, 17 Jun 2011)

Log Message

Yet another Qt build fix attempt.

* UIProcess/API/qt/ClientImpl.cpp:
* UIProcess/API/qt/qgraphicswkview.cpp:
* UIProcess/API/qt/qwkpage.cpp:
* UIProcess/API/qt/qwkpage_p.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (89169 => 89170)


--- trunk/Source/WebKit2/ChangeLog	2011-06-17 20:43:59 UTC (rev 89169)
+++ trunk/Source/WebKit2/ChangeLog	2011-06-17 20:51:25 UTC (rev 89170)
@@ -1,5 +1,14 @@
 2011-06-17  Anders Carlsson  <[email protected]>
 
+        Yet another Qt build fix attempt.
+
+        * UIProcess/API/qt/ClientImpl.cpp:
+        * UIProcess/API/qt/qgraphicswkview.cpp:
+        * UIProcess/API/qt/qwkpage.cpp:
+        * UIProcess/API/qt/qwkpage_p.h:
+
+2011-06-17  Anders Carlsson  <[email protected]>
+
         Another attempt at fixing the Qt build.
 
         * UIProcess/API/qt/ClientImpl.cpp:

Modified: trunk/Source/WebKit2/UIProcess/API/qt/ClientImpl.cpp (89169 => 89170)


--- trunk/Source/WebKit2/UIProcess/API/qt/ClientImpl.cpp	2011-06-17 20:43:59 UTC (rev 89169)
+++ trunk/Source/WebKit2/UIProcess/API/qt/ClientImpl.cpp	2011-06-17 20:51:25 UTC (rev 89170)
@@ -20,7 +20,6 @@
 #include "config.h"
 #include "ClientImpl.h"
 
-#include "ViewportArguments.h"
 #include "WebFrameProxy.h"
 #include "WKAPICast.h"
 #include "WKStringQt.h"

Modified: trunk/Source/WebKit2/UIProcess/API/qt/qgraphicswkview.cpp (89169 => 89170)


--- trunk/Source/WebKit2/UIProcess/API/qt/qgraphicswkview.cpp	2011-06-17 20:43:59 UTC (rev 89169)
+++ trunk/Source/WebKit2/UIProcess/API/qt/qgraphicswkview.cpp	2011-06-17 20:51:25 UTC (rev 89170)
@@ -24,7 +24,6 @@
 #include "IntSize.h"
 #include "RunLoop.h"
 #include "TiledDrawingAreaProxy.h"
-#include "ViewportArguments.h"
 #include "WKAPICast.h"
 #include "qwkpage.h"
 #include "qwkpage_p.h"

Modified: trunk/Source/WebKit2/UIProcess/API/qt/qwkpage.cpp (89169 => 89170)


--- trunk/Source/WebKit2/UIProcess/API/qt/qwkpage.cpp	2011-06-17 20:43:59 UTC (rev 89169)
+++ trunk/Source/WebKit2/UIProcess/API/qt/qwkpage.cpp	2011-06-17 20:51:25 UTC (rev 89170)
@@ -47,7 +47,6 @@
 #include "WebUndoCommandQt.h"
 #include "WKStringQt.h"
 #include "WKURLQt.h"
-#include "ViewportArguments.h"
 #include <QAction>
 #include <QApplication>
 #include <QGraphicsSceneMouseEvent>

Modified: trunk/Source/WebKit2/UIProcess/API/qt/qwkpage_p.h (89169 => 89170)


--- trunk/Source/WebKit2/UIProcess/API/qt/qwkpage_p.h	2011-06-17 20:43:59 UTC (rev 89169)
+++ trunk/Source/WebKit2/UIProcess/API/qt/qwkpage_p.h	2011-06-17 20:51:25 UTC (rev 89170)
@@ -26,6 +26,7 @@
 #include "PageClient.h"
 #include "qwkpage.h"
 #include "qgraphicswkview.h"
+#include "ViewportArguments.h"
 #include "WebPageProxy.h"
 #include <wtf/PassOwnPtr.h>
 #include <wtf/RefPtr.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to