Changeset 294950 in webkit
- Timestamp:
- May 27, 2022, 1:14:24 PM (3 years ago)
- Location:
- trunk/Source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/wtf/PlatformHave.h
r294927 r294950 831 831 #endif 832 832 833 #if PLATFORM(IOS) \ 834 || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000) 835 #define HAVE_ASC_WEBKIT_SPI 1 836 #endif 837 833 838 #if PLATFORM(MAC) 834 839 #if !defined(HAVE_MT_PLUGIN_FORMAT_READER) -
trunk/Source/WebKit/Platform/spi/Cocoa/AuthenticationServicesCoreSPI.h
r292913 r294950 28 28 #if HAVE(ASC_AUTH_UI) || HAVE(UNIFIED_ASC_AUTH_UI) 29 29 30 #if USE(APPLE_INTERNAL_SDK) 30 #if USE(APPLE_INTERNAL_SDK) && HAVE(ASC_WEBKIT_SPI) 31 31 #import <AuthenticationServicesCore/ASCWebKitSPISupport.h> 32 32 #else -
trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/WebAuthenticatorCoordinatorProxy.mm
r293907 r294950 33 33 #import "WebAuthenticationRequestData.h" 34 34 #import "WebPageProxy.h" 35 #import <AuthenticationServices/ASCOSEConstants.h>36 35 #import <WebCore/AuthenticatorAttachment.h> 37 36 #import <WebCore/AuthenticatorResponseData.h>
Note:
See TracChangeset
for help on using the changeset viewer.