Title: [272203] trunk/Source/WebKit
Revision
272203
Author
[email protected]
Date
2021-02-02 03:07:25 -0800 (Tue, 02 Feb 2021)

Log Message

WKASCAuthorizationPresenterDelegate needs to import RunLoop.h and BlockPtr.h
https://bugs.webkit.org/show_bug.cgi?id=221250

Reviewed by Antti Koivisto.

* UIProcess/WebAuthentication/Cocoa/WKASCAuthorizationPresenterDelegate.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (272202 => 272203)


--- trunk/Source/WebKit/ChangeLog	2021-02-02 11:00:13 UTC (rev 272202)
+++ trunk/Source/WebKit/ChangeLog	2021-02-02 11:07:25 UTC (rev 272203)
@@ -1,3 +1,12 @@
+2021-02-02  Antoine Quint  <[email protected]>
+
+        WKASCAuthorizationPresenterDelegate needs to import RunLoop.h and BlockPtr.h
+        https://bugs.webkit.org/show_bug.cgi?id=221250
+
+        Reviewed by Antti Koivisto.
+
+        * UIProcess/WebAuthentication/Cocoa/WKASCAuthorizationPresenterDelegate.mm:
+
 2021-02-02  Youenn Fablet  <[email protected]>
 
         Recover WebRTC codecs in case of GPUProcess crash

Modified: trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/WKASCAuthorizationPresenterDelegate.mm (272202 => 272203)


--- trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/WKASCAuthorizationPresenterDelegate.mm	2021-02-02 11:00:13 UTC (rev 272202)
+++ trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/WKASCAuthorizationPresenterDelegate.mm	2021-02-02 11:07:25 UTC (rev 272203)
@@ -30,6 +30,8 @@
 
 #import "AuthenticatorPresenterCoordinator.h"
 
+#import <wtf/BlockPtr.h>
+#import <wtf/RunLoop.h>
 #import "AuthenticationServicesCoreSoftLink.h"
 
 NS_ASSUME_NONNULL_BEGIN
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to