Changeset 270917 in webkit


Ignore:
Timestamp:
Dec 16, 2020 5:32:49 PM (3 years ago)
Author:
jiewen_tan@apple.com
Message:

Unreviewed, a build fix for the latest Internal SDK

  • Platform/spi/Cocoa/AuthenticationServicesCoreSPI.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r270912 r270917  
     12020-12-16  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        Unreviewed, a build fix for the latest Internal SDK
     4
     5        * Platform/spi/Cocoa/AuthenticationServicesCoreSPI.h:
     6
    172020-12-16  Kate Cheney  <katherine_cheney@apple.com>
    28
  • trunk/Source/WebKit/Platform/spi/Cocoa/AuthenticationServicesCoreSPI.h

    r270724 r270917  
    2828#if HAVE(ASC_AUTH_UI)
    2929
    30 #if USE(APPLE_INTERNAL_SDK)
    31 
    32 // FIXME(219767): Remove ASCAppleIDCredential.h.
    33 #import <AuthenticationServicesCore/ASCAppleIDCredential.h>
    34 #import <AuthenticationServicesCore/ASCAuthorizationPresentationContext.h>
    35 #import <AuthenticationServicesCore/ASCAuthorizationPresenter.h>
    36 #import <AuthenticationServicesCore/ASCPlatformPublicKeyCredentialLoginChoice.h>
    37 #import <AuthenticationServicesCore/ASCSecurityKeyPublicKeyCredentialLoginChoice.h>
    38 
    39 #else
     30// FIXME<rdar://problem/72406585>: Uncomment the headers after the SDK becomes stable.
     31//#if USE(APPLE_INTERNAL_SDK)
     32//
     33//// FIXME(219767): Remove ASCAppleIDCredential.h.
     34//#import <AuthenticationServicesCore/ASCAppleIDCredential.h>
     35//#import <AuthenticationServicesCore/ASCAuthorizationPresentationContext.h>
     36//#import <AuthenticationServicesCore/ASCAuthorizationPresenter.h>
     37//#import <AuthenticationServicesCore/ASCPlatformPublicKeyCredentialLoginChoice.h>
     38//#import <AuthenticationServicesCore/ASCSecurityKeyPublicKeyCredentialLoginChoice.h>
     39//
     40//#else
    4041
    4142NS_ASSUME_NONNULL_BEGIN
     
    160161NS_ASSUME_NONNULL_END
    161162
    162 #endif // USE(APPLE_INTERNAL_SDK)
     163//#endif // USE(APPLE_INTERNAL_SDK)
    163164
    164165#endif // HAVE(ASC_AUTH_UI)
Note: See TracChangeset for help on using the changeset viewer.