Title: [258030] trunk/Source/WebKit
Revision
258030
Author
[email protected]
Date
2020-03-06 14:14:24 -0800 (Fri, 06 Mar 2020)

Log Message

Unreviewed unified build fix; Include what you use, in this case: FrameInfoData.h.

* WebProcess/WebAuthentication/WebAuthenticatorCoordinator.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (258029 => 258030)


--- trunk/Source/WebKit/ChangeLog	2020-03-06 22:13:28 UTC (rev 258029)
+++ trunk/Source/WebKit/ChangeLog	2020-03-06 22:14:24 UTC (rev 258030)
@@ -1,3 +1,9 @@
+2020-03-06  Jer Noble  <[email protected]>
+
+        Unreviewed unified build fix; Include what you use, in this case: FrameInfoData.h.
+
+        * WebProcess/WebAuthentication/WebAuthenticatorCoordinator.cpp:
+
 2020-03-06  Peng Liu  <[email protected]>
 
         [GPUP] Enable Picture-in-Picture support on Mac

Modified: trunk/Source/WebKit/WebProcess/WebAuthentication/WebAuthenticatorCoordinator.cpp (258029 => 258030)


--- trunk/Source/WebKit/WebProcess/WebAuthentication/WebAuthenticatorCoordinator.cpp	2020-03-06 22:13:28 UTC (rev 258029)
+++ trunk/Source/WebKit/WebProcess/WebAuthentication/WebAuthenticatorCoordinator.cpp	2020-03-06 22:14:24 UTC (rev 258030)
@@ -28,6 +28,7 @@
 
 #if ENABLE(WEB_AUTHN)
 
+#include "FrameInfoData.h"
 #include "WebAuthenticatorCoordinatorProxyMessages.h"
 #include "WebFrame.h"
 #include "WebPage.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to