Title: [284990] trunk/Source/WebKit
Revision
284990
Author
commit-qu...@webkit.org
Date
2021-10-28 10:02:13 -0700 (Thu, 28 Oct 2021)

Log Message

Non-unified build fixes
https://bugs.webkit.org/show_bug.cgi?id=232318

Patch by Daniel Kolesa <dkol...@igalia.com> on 2021-10-28
Reviewed by Don Olmstead.

* UIProcess/API/APIWebAuthenticationAssertionResponse.cpp:
* UIProcess/Cocoa/SOAuthorization/SubFrameSOAuthorizationSession.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (284989 => 284990)


--- trunk/Source/WebKit/ChangeLog	2021-10-28 17:00:26 UTC (rev 284989)
+++ trunk/Source/WebKit/ChangeLog	2021-10-28 17:02:13 UTC (rev 284990)
@@ -1,3 +1,13 @@
+2021-10-28  Daniel Kolesa  <dkol...@igalia.com>
+
+        Non-unified build fixes
+        https://bugs.webkit.org/show_bug.cgi?id=232318
+
+        Reviewed by Don Olmstead.
+
+        * UIProcess/API/APIWebAuthenticationAssertionResponse.cpp:
+        * UIProcess/Cocoa/SOAuthorization/SubFrameSOAuthorizationSession.h:
+
 2021-10-28  Adrian Perez de Castro  <ape...@igalia.com>
 
         [WPE][Qt] String memory leak in WPEQtView.cpp

Modified: trunk/Source/WebKit/UIProcess/API/APIWebAuthenticationAssertionResponse.cpp (284989 => 284990)


--- trunk/Source/WebKit/UIProcess/API/APIWebAuthenticationAssertionResponse.cpp	2021-10-28 17:00:26 UTC (rev 284989)
+++ trunk/Source/WebKit/UIProcess/API/APIWebAuthenticationAssertionResponse.cpp	2021-10-28 17:02:13 UTC (rev 284990)
@@ -29,6 +29,7 @@
 #if ENABLE(WEB_AUTHN)
 
 #include "APIData.h"
+#include <_javascript_Core/ArrayBuffer.h>
 
 namespace API {
 using namespace WebCore;

Modified: trunk/Source/WebKit/UIProcess/Cocoa/SOAuthorization/SubFrameSOAuthorizationSession.h (284989 => 284990)


--- trunk/Source/WebKit/UIProcess/Cocoa/SOAuthorization/SubFrameSOAuthorizationSession.h	2021-10-28 17:00:26 UTC (rev 284989)
+++ trunk/Source/WebKit/UIProcess/Cocoa/SOAuthorization/SubFrameSOAuthorizationSession.h	2021-10-28 17:02:13 UTC (rev 284990)
@@ -27,6 +27,7 @@
 
 #if HAVE(APP_SSO)
 
+#include <variant>
 #include "FrameLoadState.h"
 #include "NavigationSOAuthorizationSession.h"
 #include <WebCore/FrameIdentifier.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to