Title: [253670] trunk/Source/WTF
Revision
253670
Author
mmaxfi...@apple.com
Date
2019-12-17 19:21:08 -0800 (Tue, 17 Dec 2019)

Log Message

[iOS] Update to use CTFontCreateForCharactersWithLanguageAndOption()
https://bugs.webkit.org/show_bug.cgi?id=205310

Reviewed by Simon Fraser.

All our bots are on the appropriate OS version.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (253669 => 253670)


--- trunk/Source/WTF/ChangeLog	2019-12-18 02:46:53 UTC (rev 253669)
+++ trunk/Source/WTF/ChangeLog	2019-12-18 03:21:08 UTC (rev 253670)
@@ -1,3 +1,14 @@
+2019-12-17  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        [iOS] Update to use CTFontCreateForCharactersWithLanguageAndOption()
+        https://bugs.webkit.org/show_bug.cgi?id=205310
+
+        Reviewed by Simon Fraser.
+
+        All our bots are on the appropriate OS version.
+
+        * wtf/Platform.h:
+
 2019-12-17  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] 8Bit JSRopeString can contain 16Bit string in its rope

Modified: trunk/Source/WTF/wtf/Platform.h (253669 => 253670)


--- trunk/Source/WTF/wtf/Platform.h	2019-12-18 02:46:53 UTC (rev 253669)
+++ trunk/Source/WTF/wtf/Platform.h	2019-12-18 03:21:08 UTC (rev 253670)
@@ -1553,7 +1553,7 @@
 #define HAVE_DISALLOWABLE_USER_INSTALLED_FONTS 1
 #endif
 
-#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500) || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000 && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130100)
+#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500) || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000)
 #define HAVE_CTFONTCREATEFORCHARACTERSWITHLANGUAGEANDOPTION 1
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to