Title: [128438] trunk/Source/WebKit2
Revision
128438
Author
[email protected]
Date
2012-09-13 03:33:36 -0700 (Thu, 13 Sep 2012)

Log Message

[Qt] Fix build against namespaced Qt

Patch by Oswald Buddenhagen <[email protected]> on 2012-09-13
Reviewed by Tor Arne Vestbø.

* UIProcess/qt/PageViewportControllerClientQt.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (128437 => 128438)


--- trunk/Source/WebKit2/ChangeLog	2012-09-13 10:29:21 UTC (rev 128437)
+++ trunk/Source/WebKit2/ChangeLog	2012-09-13 10:33:36 UTC (rev 128438)
@@ -1,3 +1,11 @@
+2012-09-13  Oswald Buddenhagen  <[email protected]>
+
+        [Qt] Fix build against namespaced Qt
+
+        Reviewed by Tor Arne Vestbø.
+
+        * UIProcess/qt/PageViewportControllerClientQt.h:
+
 2012-09-13  Michał Pakuła vel Rutka  <[email protected]>
 
         [EFL][Qt][WK2] Implement shared undo controller for EFL and Qt port.

Modified: trunk/Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.h (128437 => 128438)


--- trunk/Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.h	2012-09-13 10:29:21 UTC (rev 128437)
+++ trunk/Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.h	2012-09-13 10:33:36 UTC (rev 128438)
@@ -31,11 +31,11 @@
 #include <QVariantAnimation>
 
 QT_BEGIN_NAMESPACE
-class QQuickWebPage;
-class QQuickWebView;
 class QRectF;
 QT_END_NAMESPACE
 
+class QQuickWebPage;
+class QQuickWebView;
 class QWebKitTest;
 
 namespace WebKit {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to