Title: [247591] branches/safari-608-branch/Source/WTF
Revision
247591
Author
kocsen_ch...@apple.com
Date
2019-07-18 13:23:47 -0700 (Thu, 18 Jul 2019)

Log Message

Cherry-pick r247482. rdar://problem/53229731

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

    Unreviewed MacCatalyst build fix.

    * wtf/Platform.h:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247482 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-608-branch/Source/WTF/ChangeLog (247590 => 247591)


--- branches/safari-608-branch/Source/WTF/ChangeLog	2019-07-18 20:23:44 UTC (rev 247590)
+++ branches/safari-608-branch/Source/WTF/ChangeLog	2019-07-18 20:23:47 UTC (rev 247591)
@@ -1,5 +1,27 @@
 2019-07-17  Kocsen Chung  <kocsen_ch...@apple.com>
 
+        Cherry-pick r247482. rdar://problem/53229731
+
+    New York font erroneously gets synthetic bold
+    https://bugs.webkit.org/show_bug.cgi?id=199653
+    
+    Unreviewed MacCatalyst build fix.
+    
+    * wtf/Platform.h:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247482 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-17  Kocsen Chung  <kocsen_ch...@apple.com>
+
         Cherry-pick r247465. rdar://problem/53229731
 
     New York font erroneously gets synthetic bold

Modified: branches/safari-608-branch/Source/WTF/wtf/Platform.h (247590 => 247591)


--- branches/safari-608-branch/Source/WTF/wtf/Platform.h	2019-07-18 20:23:44 UTC (rev 247590)
+++ branches/safari-608-branch/Source/WTF/wtf/Platform.h	2019-07-18 20:23:47 UTC (rev 247591)
@@ -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