Title: [222838] trunk/Source/WTF
- Revision
- 222838
- Author
- [email protected]
- Date
- 2017-10-04 03:03:20 -0700 (Wed, 04 Oct 2017)
Log Message
Allow building without WOFF enabled
Reviewed by Michael Catanzaro.
Don't force the WOFF to be turned on, but follow what is set in cmake.
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (222837 => 222838)
--- trunk/Source/WTF/ChangeLog 2017-10-04 09:49:24 UTC (rev 222837)
+++ trunk/Source/WTF/ChangeLog 2017-10-04 10:03:20 UTC (rev 222838)
@@ -1,3 +1,13 @@
+2017-10-04 Tomas Popela <[email protected]>
+
+ Allow building without WOFF enabled
+
+ Reviewed by Michael Catanzaro.
+
+ Don't force the WOFF to be turned on, but follow what is set in cmake.
+
+ * wtf/Platform.h:
+
2017-10-03 Saam Barati <[email protected]>
Implement polymorphic prototypes
Modified: trunk/Source/WTF/wtf/Platform.h (222837 => 222838)
--- trunk/Source/WTF/wtf/Platform.h 2017-10-04 09:49:24 UTC (rev 222837)
+++ trunk/Source/WTF/wtf/Platform.h 2017-10-04 10:03:20 UTC (rev 222838)
@@ -1182,10 +1182,6 @@
#define ENABLE_CSS3_TEXT_DECORATION_SKIP_INK 1
#endif
-#if PLATFORM(GTK)
-#define USE_WOFF2 1
-#endif
-
#if PLATFORM(COCOA)
#define ENABLE_CSS3_TEXT_DECORATION_SKIP_INK 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes