Title: [267533] trunk/Source/WTF
Revision
267533
Author
[email protected]
Date
2020-09-24 08:52:44 -0700 (Thu, 24 Sep 2020)

Log Message

[LFC][Integration] Enable on Apple Windows port
https://bugs.webkit.org/show_bug.cgi?id=216928

Reviewed by Sam Weinig.

* wtf/PlatformEnableWinApple.h:

For consistency.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (267532 => 267533)


--- trunk/Source/WTF/ChangeLog	2020-09-24 15:23:28 UTC (rev 267532)
+++ trunk/Source/WTF/ChangeLog	2020-09-24 15:52:44 UTC (rev 267533)
@@ -1,3 +1,14 @@
+2020-09-24  Antti Koivisto  <[email protected]>
+
+        [LFC][Integration] Enable on Apple Windows port
+        https://bugs.webkit.org/show_bug.cgi?id=216928
+
+        Reviewed by Sam Weinig.
+
+        * wtf/PlatformEnableWinApple.h:
+
+        For consistency.
+
 2020-09-23  Fujii Hironori  <[email protected]>
 
         Remove ENABLE_SVG_FONTS macro

Modified: trunk/Source/WTF/wtf/PlatformEnableWinApple.h (267532 => 267533)


--- trunk/Source/WTF/wtf/PlatformEnableWinApple.h	2020-09-24 15:23:28 UTC (rev 267532)
+++ trunk/Source/WTF/wtf/PlatformEnableWinApple.h	2020-09-24 15:52:44 UTC (rev 267533)
@@ -54,3 +54,7 @@
 #if !defined(ENABLE_GEOLOCATION)
 #define ENABLE_GEOLOCATION 1
 #endif
+
+#if !defined(ENABLE_LAYOUT_FORMATTING_CONTEXT)
+#define ENABLE_LAYOUT_FORMATTING_CONTEXT 1
+#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to