Title: [211672] trunk/Source/WTF
- Revision
- 211672
- Author
- [email protected]
- Date
- 2017-02-04 11:34:14 -0800 (Sat, 04 Feb 2017)
Log Message
[GTK] Fix huge ENABLE_RESOURCE_USAGE warning spam
Unreviewed. We shouldn't redefine ENABLE_RESOURCE_USAGE in Platform.h as
it's already defined in cmakeconfig.h.
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (211671 => 211672)
--- trunk/Source/WTF/ChangeLog 2017-02-04 16:34:57 UTC (rev 211671)
+++ trunk/Source/WTF/ChangeLog 2017-02-04 19:34:14 UTC (rev 211672)
@@ -1,3 +1,12 @@
+2017-02-04 Michael Catanzaro <[email protected]>
+
+ [GTK] Fix huge ENABLE_RESOURCE_USAGE warning spam
+
+ Unreviewed. We shouldn't redefine ENABLE_RESOURCE_USAGE in Platform.h as
+ it's already defined in cmakeconfig.h.
+
+ * wtf/Platform.h:
+
2017-02-03 Joseph Pecoraro <[email protected]>
Performance Timing: Convert WTF::MonotonicTime and WTF::Seconds
Modified: trunk/Source/WTF/wtf/Platform.h (211671 => 211672)
--- trunk/Source/WTF/wtf/Platform.h 2017-02-04 16:34:57 UTC (rev 211671)
+++ trunk/Source/WTF/wtf/Platform.h 2017-02-04 19:34:14 UTC (rev 211672)
@@ -1110,7 +1110,7 @@
#define USE_IOSURFACE 1
#endif
-#if PLATFORM(COCOA) || PLATFORM(GTK)
+#if PLATFORM(COCOA)
#define ENABLE_RESOURCE_USAGE 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes