Title: [107819] trunk/Source/WebKit/qt
Revision
107819
Author
[email protected]
Date
2012-02-15 07:56:59 -0800 (Wed, 15 Feb 2012)

Log Message

Unreviewed Qt 4.x build fix.

* WebCoreSupport/PageClientQt.cpp: Fix the QT_VERSION_CHECK pre-processor foo.

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (107818 => 107819)


--- trunk/Source/WebKit/qt/ChangeLog	2012-02-15 15:54:31 UTC (rev 107818)
+++ trunk/Source/WebKit/qt/ChangeLog	2012-02-15 15:56:59 UTC (rev 107819)
@@ -1,5 +1,11 @@
 2012-02-15  Simon Hausmann  <[email protected]>
 
+        Unreviewed Qt 4.x build fix.
+
+        * WebCoreSupport/PageClientQt.cpp: Fix the QT_VERSION_CHECK pre-processor foo.
+
+2012-02-15  Simon Hausmann  <[email protected]>
+
         [Qt] Replace use of QGLWidget/QGLContext with QOpenGLContext and QSurface for Qt 5
         https://bugs.webkit.org/show_bug.cgi?id=78694
 

Modified: trunk/Source/WebKit/qt/WebCoreSupport/PageClientQt.cpp (107818 => 107819)


--- trunk/Source/WebKit/qt/WebCoreSupport/PageClientQt.cpp	2012-02-15 15:54:31 UTC (rev 107818)
+++ trunk/Source/WebKit/qt/WebCoreSupport/PageClientQt.cpp	2012-02-15 15:56:59 UTC (rev 107819)
@@ -30,7 +30,7 @@
 #if ENABLE(WEBGL)
 #include <QGLWidget>
 
-#if QT_VERSION_CHECK(5, 0, 0)
+#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
 #include <QWindow>
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to