Title: [147910] trunk/Source/WTF
- Revision
- 147910
- Author
- [email protected]
- Date
- 2013-04-08 05:57:40 -0700 (Mon, 08 Apr 2013)
Log Message
Unreviewed trivial buildfix after r147799.
Add an ifdef guard to ensure Qt uses its own monotonicallyIncreasingTime()
implemenation instead of the GLIB based one.
* wtf/CurrentTime.cpp:
(WTF):
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (147909 => 147910)
--- trunk/Source/WTF/ChangeLog 2013-04-08 11:13:20 UTC (rev 147909)
+++ trunk/Source/WTF/ChangeLog 2013-04-08 12:57:40 UTC (rev 147910)
@@ -1,3 +1,13 @@
+2013-04-08 Csaba Osztrogonác <[email protected]>
+
+ Unreviewed trivial buildfix after r147799.
+
+ Add an ifdef guard to ensure Qt uses its own monotonicallyIncreasingTime()
+ implemenation instead of the GLIB based one.
+
+ * wtf/CurrentTime.cpp:
+ (WTF):
+
2013-04-07 Benjamin Poulain <[email protected]>
Remove the android code from WebKit Template Framework
Modified: trunk/Source/WTF/wtf/CurrentTime.cpp (147909 => 147910)
--- trunk/Source/WTF/wtf/CurrentTime.cpp 2013-04-08 11:13:20 UTC (rev 147909)
+++ trunk/Source/WTF/wtf/CurrentTime.cpp 2013-04-08 12:57:40 UTC (rev 147910)
@@ -291,7 +291,7 @@
return ecore_time_get();
}
-#elif USE(GLIB) && !PLATFORM(EFL)
+#elif USE(GLIB) && !PLATFORM(EFL) && !PLATFORM(QT)
double monotonicallyIncreasingTime()
{
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes