Title: [98092] trunk/Source/WebKit/qt
Revision
98092
Author
o...@webkit.org
Date
2011-10-21 02:15:26 -0700 (Fri, 21 Oct 2011)

Log Message

[Qt][WK2] Typo fix.

* tests/util.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (98091 => 98092)


--- trunk/Source/WebKit/qt/ChangeLog	2011-10-21 09:11:26 UTC (rev 98091)
+++ trunk/Source/WebKit/qt/ChangeLog	2011-10-21 09:15:26 UTC (rev 98092)
@@ -1,5 +1,11 @@
 2011-10-21  Csaba Osztrogonác  <o...@webkit.org>
 
+        [Qt][WK2] Typo fix.
+
+        * tests/util.h:
+
+2011-10-21  Csaba Osztrogonác  <o...@webkit.org>
+
         [Qt][WK2] Buildfix for newer Qt5. Remove duplicated defines.
 
         Reviewed by Simon Hausmann.

Modified: trunk/Source/WebKit/qt/tests/util.h (98091 => 98092)


--- trunk/Source/WebKit/qt/tests/util.h	2011-10-21 09:11:26 UTC (rev 98091)
+++ trunk/Source/WebKit/qt/tests/util.h	2011-10-21 09:15:26 UTC (rev 98092)
@@ -49,7 +49,7 @@
     return timeoutSpy.isEmpty();
 }
 
-#if QT_VERSION <= QT_VERSION_CHECK(5, 0, 0)
+#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
 // Will try to wait for the condition while allowing event processing
 #define QTRY_VERIFY(__expr) \
     do { \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to