Title: [275062] trunk/Source/WTF
Revision
275062
Author
[email protected]
Date
2021-03-25 14:49:33 -0700 (Thu, 25 Mar 2021)

Log Message

Some calls in AuthenticatorPresenterCoordinator::selectAssertionResponse are not yet available for mac
https://bugs.webkit.org/show_bug.cgi?id=223752
<rdar://problem/75808515>

Reviewed by Jiewen Tan.

* wtf/PlatformHave.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (275061 => 275062)


--- trunk/Source/WTF/ChangeLog	2021-03-25 21:48:58 UTC (rev 275061)
+++ trunk/Source/WTF/ChangeLog	2021-03-25 21:49:33 UTC (rev 275062)
@@ -1,3 +1,13 @@
+2021-03-25  Kate Cheney  <[email protected]>
+
+        Some calls in AuthenticatorPresenterCoordinator::selectAssertionResponse are not yet available for mac
+        https://bugs.webkit.org/show_bug.cgi?id=223752
+        <rdar://problem/75808515>
+
+        Reviewed by Jiewen Tan.
+
+        * wtf/PlatformHave.h:
+
 2021-03-25  Per Arne  <[email protected]>
 
         Enforce notifyd message filtering

Modified: trunk/Source/WTF/wtf/PlatformHave.h (275061 => 275062)


--- trunk/Source/WTF/wtf/PlatformHave.h	2021-03-25 21:48:58 UTC (rev 275061)
+++ trunk/Source/WTF/wtf/PlatformHave.h	2021-03-25 21:49:33 UTC (rev 275062)
@@ -854,7 +854,7 @@
 #define HAVE_LIBXSLT_FIX_FOR_RADAR_71864140 1
 #endif
 
-#if __has_include(<AuthenticationServicesCore/ASCAuthorizationPresenter.h>)
+#if __has_include(<AuthenticationServicesCore/ASCAuthorizationPresenter.h>) && PLATFORM(IOS)
 #define HAVE_ASC_AUTH_UI 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to