Title: [284268] trunk/Source/WebKit
Revision
284268
Author
[email protected]
Date
2021-10-15 13:25:11 -0700 (Fri, 15 Oct 2021)

Log Message

Import AuthenticationServicesCore's public module as well
https://bugs.webkit.org/show_bug.cgi?id=231806
<rdar://84299174>

Patch by Garrett Davidson <[email protected]> on 2021-10-15
Reviewed by Wenson Hsieh.

Import the public module explicitly before the private module.

* Platform/spi/Cocoa/AuthenticationServicesCoreSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (284267 => 284268)


--- trunk/Source/WebKit/ChangeLog	2021-10-15 20:13:53 UTC (rev 284267)
+++ trunk/Source/WebKit/ChangeLog	2021-10-15 20:25:11 UTC (rev 284268)
@@ -1,3 +1,15 @@
+2021-10-15  Garrett Davidson  <[email protected]>
+
+        Import AuthenticationServicesCore's public module as well
+        https://bugs.webkit.org/show_bug.cgi?id=231806
+        <rdar://84299174>
+
+        Reviewed by Wenson Hsieh.
+
+        Import the public module explicitly before the private module.
+
+        * Platform/spi/Cocoa/AuthenticationServicesCoreSPI.h:
+
 2021-10-15  Per Arne Vollan  <[email protected]>
 
         [macOS] Sort unix syscall list in WP sandbox

Modified: trunk/Source/WebKit/Platform/spi/Cocoa/AuthenticationServicesCoreSPI.h (284267 => 284268)


--- trunk/Source/WebKit/Platform/spi/Cocoa/AuthenticationServicesCoreSPI.h	2021-10-15 20:13:53 UTC (rev 284267)
+++ trunk/Source/WebKit/Platform/spi/Cocoa/AuthenticationServicesCoreSPI.h	2021-10-15 20:25:11 UTC (rev 284268)
@@ -26,6 +26,7 @@
 #pragma once
 
 #if HAVE(UNIFIED_ASC_AUTH_UI)
+#import <AuthenticationServicesCore/AuthenticationServicesCore.h>
 #import <AuthenticationServicesCore/AuthenticationServicesCorePrivate.h>
 #elif HAVE(ASC_AUTH_UI)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to