Title: [228049] trunk/Source/WebCore
Revision
228049
Author
[email protected]
Date
2018-02-03 14:39:10 -0800 (Sat, 03 Feb 2018)

Log Message

Tweak availability macros for CAN_DISALLOW_USER_INSTALLED_FONTS

Rubber-stamped by Maciej Stachowiak.

* platform/graphics/cocoa/FontCacheCoreText.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (228048 => 228049)


--- trunk/Source/WebCore/ChangeLog	2018-02-03 14:40:27 UTC (rev 228048)
+++ trunk/Source/WebCore/ChangeLog	2018-02-03 22:39:10 UTC (rev 228049)
@@ -1,3 +1,11 @@
+2018-02-03  Alexey Proskuryakov  <[email protected]>
+
+        Tweak availability macros for CAN_DISALLOW_USER_INSTALLED_FONTS
+
+        Rubber-stamped by Maciej Stachowiak.
+
+        * platform/graphics/cocoa/FontCacheCoreText.cpp:
+
 2018-02-02  Daniel Bates  <[email protected]>
 
         Clean up FrameLoader::receivedFirstData()

Modified: trunk/Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp (228048 => 228049)


--- trunk/Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp	2018-02-03 14:40:27 UTC (rev 228048)
+++ trunk/Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp	2018-02-03 22:39:10 UTC (rev 228049)
@@ -36,7 +36,7 @@
 #include <wtf/NeverDestroyed.h>
 
 #define HAS_CORE_TEXT_WIDTH_ATTRIBUTE ((PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000))
-#define CAN_DISALLOW_USER_INSTALLED_FONTS ((PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 120000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400))
+#define CAN_DISALLOW_USER_INSTALLED_FONTS ((PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500))
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to