Title: [269523] trunk/Source/WebKit
Revision
269523
Author
wenson_hs...@apple.com
Date
2020-11-06 10:42:14 -0800 (Fri, 06 Nov 2020)

Log Message

Add some missing header includes in WebAuthenticatorCoordinator.cpp
https://bugs.webkit.org/show_bug.cgi?id=218661

Reviewed by Simon Fraser.

Add the missing headers.

* WebProcess/WebAuthentication/WebAuthenticatorCoordinator.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (269522 => 269523)


--- trunk/Source/WebKit/ChangeLog	2020-11-06 18:33:25 UTC (rev 269522)
+++ trunk/Source/WebKit/ChangeLog	2020-11-06 18:42:14 UTC (rev 269523)
@@ -1,3 +1,14 @@
+2020-11-06  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Add some missing header includes in WebAuthenticatorCoordinator.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=218661
+
+        Reviewed by Simon Fraser.
+
+        Add the missing headers.
+
+        * WebProcess/WebAuthentication/WebAuthenticatorCoordinator.cpp:
+
 2020-11-06  Brent Fulgham  <bfulg...@apple.com>
 
         [macOS] Allow IOAVDHEVCDecodeCapabilities on Intel

Modified: trunk/Source/WebKit/WebProcess/WebAuthentication/WebAuthenticatorCoordinator.cpp (269522 => 269523)


--- trunk/Source/WebKit/WebProcess/WebAuthentication/WebAuthenticatorCoordinator.cpp	2020-11-06 18:33:25 UTC (rev 269522)
+++ trunk/Source/WebKit/WebProcess/WebAuthentication/WebAuthenticatorCoordinator.cpp	2020-11-06 18:42:14 UTC (rev 269523)
@@ -34,10 +34,12 @@
 #include "WebAuthnProcessConnection.h"
 #include "WebFrame.h"
 #include "WebPage.h"
+#include "WebProcess.h"
 #include <_javascript_Core/ConsoleTypes.h>
 #include <WebCore/AuthenticatorResponseData.h>
 #include <WebCore/PublicKeyCredentialCreationOptions.h>
 #include <WebCore/PublicKeyCredentialRequestOptions.h>
+#include <WebCore/RuntimeEnabledFeatures.h>
 #include <WebCore/SecurityOrigin.h>
 #include <WebCore/UserGestureIndicator.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to