Title: [271872] trunk/Source
- Revision
- 271872
- Author
- cdu...@apple.com
- Date
- 2021-01-25 17:33:45 -0800 (Mon, 25 Jan 2021)
Log Message
Unreviewed, add missing header includes to address build issues.
Source/WebCore:
* Modules/webauthn/AuthenticationExtensionsClientOutputs.h:
Source/WebKit:
* UIProcess/API/Cocoa/WKUserScript.mm:
* UIProcess/API/Cocoa/_WKInspectorExtension.mm:
* UIProcess/Cocoa/AutomationClient.mm:
* UIProcess/WebAuthentication/Cocoa/AuthenticatorPresenterCoordinator.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (271871 => 271872)
--- trunk/Source/WebCore/ChangeLog 2021-01-26 01:30:04 UTC (rev 271871)
+++ trunk/Source/WebCore/ChangeLog 2021-01-26 01:33:45 UTC (rev 271872)
@@ -1,3 +1,9 @@
+2021-01-25 Chris Dumez <cdu...@apple.com>
+
+ Unreviewed, add missing header includes to address build issues.
+
+ * Modules/webauthn/AuthenticationExtensionsClientOutputs.h:
+
2021-01-25 Wenson Hsieh <wenson_hs...@apple.com>
ASSERT NOT REACHED in WebCore::DisplayList::isDrawingItem
Modified: trunk/Source/WebCore/Modules/webauthn/AuthenticationExtensionsClientOutputs.h (271871 => 271872)
--- trunk/Source/WebCore/Modules/webauthn/AuthenticationExtensionsClientOutputs.h 2021-01-26 01:30:04 UTC (rev 271871)
+++ trunk/Source/WebCore/Modules/webauthn/AuthenticationExtensionsClientOutputs.h 2021-01-26 01:33:45 UTC (rev 271872)
@@ -27,7 +27,7 @@
#if ENABLE(WEB_AUTHN)
-#include <wtf/Forward.h>
+#include <wtf/Optional.h>
namespace WebCore {
Modified: trunk/Source/WebKit/ChangeLog (271871 => 271872)
--- trunk/Source/WebKit/ChangeLog 2021-01-26 01:30:04 UTC (rev 271871)
+++ trunk/Source/WebKit/ChangeLog 2021-01-26 01:33:45 UTC (rev 271872)
@@ -1,3 +1,12 @@
+2021-01-25 Chris Dumez <cdu...@apple.com>
+
+ Unreviewed, add missing header includes to address build issues.
+
+ * UIProcess/API/Cocoa/WKUserScript.mm:
+ * UIProcess/API/Cocoa/_WKInspectorExtension.mm:
+ * UIProcess/Cocoa/AutomationClient.mm:
+ * UIProcess/WebAuthentication/Cocoa/AuthenticatorPresenterCoordinator.h:
+
2021-01-25 Devin Rousso <drou...@apple.com>
[iOS] improve support for sequential scribble interactions that involving different inputs
Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKUserScript.mm (271871 => 271872)
--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKUserScript.mm 2021-01-26 01:30:04 UTC (rev 271871)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKUserScript.mm 2021-01-26 01:33:45 UTC (rev 271872)
@@ -26,6 +26,7 @@
#import "config.h"
#import "WKUserScriptInternal.h"
+#import "WKContentWorldInternal.h"
#import "_WKUserContentWorldInternal.h"
#import <wtf/cocoa/VectorCocoa.h>
Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/_WKInspectorExtension.mm (271871 => 271872)
--- trunk/Source/WebKit/UIProcess/API/Cocoa/_WKInspectorExtension.mm 2021-01-26 01:30:04 UTC (rev 271871)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/_WKInspectorExtension.mm 2021-01-26 01:33:45 UTC (rev 271872)
@@ -26,6 +26,10 @@
#import "config.h"
#import "_WKInspectorExtensionInternal.h"
+#import "WKError.h"
+#import <wtf/BlockPtr.h>
+#import <wtf/URL.h>
+
#if ENABLE(INSPECTOR_EXTENSIONS)
@implementation _WKInspectorExtension
Modified: trunk/Source/WebKit/UIProcess/Cocoa/AutomationClient.mm (271871 => 271872)
--- trunk/Source/WebKit/UIProcess/Cocoa/AutomationClient.mm 2021-01-26 01:30:04 UTC (rev 271871)
+++ trunk/Source/WebKit/UIProcess/Cocoa/AutomationClient.mm 2021-01-26 01:33:45 UTC (rev 271872)
@@ -32,6 +32,7 @@
#import "_WKAutomationDelegate.h"
#import "_WKAutomationSessionConfiguration.h"
#import <_javascript_Core/RemoteInspector.h>
+#import <wtf/RunLoop.h>
#import <wtf/spi/cf/CFBundleSPI.h>
#import <wtf/text/WTFString.h>
Modified: trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/AuthenticatorPresenterCoordinator.h (271871 => 271872)
--- trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/AuthenticatorPresenterCoordinator.h 2021-01-26 01:30:04 UTC (rev 271871)
+++ trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/AuthenticatorPresenterCoordinator.h 2021-01-26 01:33:45 UTC (rev 271872)
@@ -31,6 +31,7 @@
#include <WebCore/AuthenticatorAssertionResponse.h>
#include <WebCore/AuthenticatorTransport.h>
#include <WebCore/WebAuthenticationConstants.h>
+#include <wtf/CompletionHandler.h>
#include <wtf/Forward.h>
#include <wtf/RetainPtr.h>
#include <wtf/WeakPtr.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes