Title: [258121] trunk/Source/WTF
Revision
258121
Author
pvol...@apple.com
Date
2020-03-08 17:27:34 -0700 (Sun, 08 Mar 2020)

Log Message

Unreviewed build fix.

* wtf/PlatformUse.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (258120 => 258121)


--- trunk/Source/WTF/ChangeLog	2020-03-08 23:52:40 UTC (rev 258120)
+++ trunk/Source/WTF/ChangeLog	2020-03-09 00:27:34 UTC (rev 258121)
@@ -1,5 +1,11 @@
 2020-03-08  Per Arne Vollan  <pvol...@apple.com>
 
+        Unreviewed build fix.
+
+        * wtf/PlatformUse.h:
+
+2020-03-08  Per Arne Vollan  <pvol...@apple.com>
+
         [iOS] Mapping to UTI from tag and tag class should be performed in the UI process
         https://bugs.webkit.org/show_bug.cgi?id=208783
 

Modified: trunk/Source/WTF/wtf/PlatformUse.h (258120 => 258121)


--- trunk/Source/WTF/wtf/PlatformUse.h	2020-03-08 23:52:40 UTC (rev 258120)
+++ trunk/Source/WTF/wtf/PlatformUse.h	2020-03-09 00:27:34 UTC (rev 258121)
@@ -321,6 +321,6 @@
 #define USE_CTFONTTRANSFORMGLYPHSWITHLANGUAGE 1
 #endif
 
-#if PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 140000
+#if PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 140000
 #define USE_UTTYPE_SWIZZLER 1
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to