Title: [247482] trunk/Source/WTF
Revision
247482
Author
mmaxfi...@apple.com
Date
2019-07-16 09:18:04 -0700 (Tue, 16 Jul 2019)

Log Message

New York font erroneously gets synthetic bold
https://bugs.webkit.org/show_bug.cgi?id=199653

Unreviewed MacCatalyst build fix.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (247481 => 247482)


--- trunk/Source/WTF/ChangeLog	2019-07-16 15:55:05 UTC (rev 247481)
+++ trunk/Source/WTF/ChangeLog	2019-07-16 16:18:04 UTC (rev 247482)
@@ -1,3 +1,12 @@
+2019-07-16  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        New York font erroneously gets synthetic bold
+        https://bugs.webkit.org/show_bug.cgi?id=199653
+
+        Unreviewed MacCatalyst build fix.
+
+        * wtf/Platform.h:
+
 2019-07-16  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [WPE][GTK] Improvements and fixes in FileSystemGlib.cpp

Modified: trunk/Source/WTF/wtf/Platform.h (247481 => 247482)


--- trunk/Source/WTF/wtf/Platform.h	2019-07-16 15:55:05 UTC (rev 247481)
+++ trunk/Source/WTF/wtf/Platform.h	2019-07-16 16:18:04 UTC (rev 247482)
@@ -1598,7 +1598,7 @@
 #define HAVE_SUBVIEWS_IVAR_SPI 1
 #endif
 
-#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000) || (PLATFORM(WATCHOS) && __WATCH_OS_VERSION_MIN_REQUIRED >= 40000) || (PLATFORM(APPLETV) && __TV_OS_VERSION_MIN_REQUIRED >= 110000)
+#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300) || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000) || (PLATFORM(WATCHOS) && __WATCH_OS_VERSION_MIN_REQUIRED >= 40000) || (PLATFORM(APPLETV) && __TV_OS_VERSION_MIN_REQUIRED >= 110000)
 #define USE_PLATFORM_SYSTEM_FALLBACK_LIST 1
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to