Title: [254535] trunk/Source/WebKit
Revision
254535
Author
jiewen_...@apple.com
Date
2020-01-14 14:26:05 -0800 (Tue, 14 Jan 2020)

Log Message

Unreviewed, a build fix after r254533

* UIProcess/WebAuthentication/fido/FidoAuthenticator.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (254534 => 254535)


--- trunk/Source/WebKit/ChangeLog	2020-01-14 22:13:54 UTC (rev 254534)
+++ trunk/Source/WebKit/ChangeLog	2020-01-14 22:26:05 UTC (rev 254535)
@@ -1,3 +1,9 @@
+2020-01-14  Jiewen Tan  <jiewen_...@apple.com>
+
+        Unreviewed, a build fix after r254533
+
+        * UIProcess/WebAuthentication/fido/FidoAuthenticator.cpp:
+
 2020-01-10  Jiewen Tan  <jiewen_...@apple.com>
 
         [WebAuthn] Implement SPI to tell UI clients to select assertion responses

Modified: trunk/Source/WebKit/UIProcess/WebAuthentication/fido/FidoAuthenticator.cpp (254534 => 254535)


--- trunk/Source/WebKit/UIProcess/WebAuthentication/fido/FidoAuthenticator.cpp	2020-01-14 22:13:54 UTC (rev 254534)
+++ trunk/Source/WebKit/UIProcess/WebAuthentication/fido/FidoAuthenticator.cpp	2020-01-14 22:26:05 UTC (rev 254535)
@@ -28,6 +28,8 @@
 
 #if ENABLE(WEB_AUTHN)
 
+#include "CtapDriver.h"
+
 namespace WebKit {
 
 FidoAuthenticator::FidoAuthenticator(std::unique_ptr<CtapDriver>&& driver)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to