Title: [284259] trunk/Source/WTF
Revision
284259
Author
[email protected]
Date
2021-10-15 12:08:45 -0700 (Fri, 15 Oct 2021)

Log Message

[Cocoa] Design System UI fonts exist on MacCatalyst
https://bugs.webkit.org/show_bug.cgi?id=231792
<rdar://problem/84273929>

Reviewed by Wenson Hsieh.

They shouldn't be disabled there.

* wtf/PlatformHave.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (284258 => 284259)


--- trunk/Source/WTF/ChangeLog	2021-10-15 18:45:05 UTC (rev 284258)
+++ trunk/Source/WTF/ChangeLog	2021-10-15 19:08:45 UTC (rev 284259)
@@ -1,3 +1,15 @@
+2021-10-15  Myles C. Maxfield  <[email protected]>
+
+        [Cocoa] Design System UI fonts exist on MacCatalyst
+        https://bugs.webkit.org/show_bug.cgi?id=231792
+        <rdar://problem/84273929>
+
+        Reviewed by Wenson Hsieh.
+
+        They shouldn't be disabled there.
+
+        * wtf/PlatformHave.h:
+
 2021-10-15  Brady Eidson  <[email protected]>
 
         WebKit Managed Notifications: Skeleton NotificationProvider.

Modified: trunk/Source/WTF/wtf/PlatformHave.h (284258 => 284259)


--- trunk/Source/WTF/wtf/PlatformHave.h	2021-10-15 18:45:05 UTC (rev 284258)
+++ trunk/Source/WTF/wtf/PlatformHave.h	2021-10-15 19:08:45 UTC (rev 284259)
@@ -536,7 +536,7 @@
 #define HAVE_APP_SSO 1
 #endif
 
-#if PLATFORM(COCOA) && !PLATFORM(MACCATALYST)
+#if PLATFORM(COCOA)
 #define HAVE_DESIGN_SYSTEM_UI_FONTS 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to