Title: [286389] trunk/Tools
Revision
286389
Author
[email protected]
Date
2021-12-01 15:03:24 -0800 (Wed, 01 Dec 2021)

Log Message

Unreviewed API test build fix.

* TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (286388 => 286389)


--- trunk/Tools/ChangeLog	2021-12-01 22:58:55 UTC (rev 286388)
+++ trunk/Tools/ChangeLog	2021-12-01 23:03:24 UTC (rev 286389)
@@ -1,3 +1,9 @@
+2021-12-01  Chris Dumez  <[email protected]>
+
+        Unreviewed API test build fix.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm:
+
 2021-12-01  Alex Christensen  <[email protected]>
 
         Add csp-report resource type to WKContentRuleList

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm (286388 => 286389)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm	2021-12-01 22:58:55 UTC (rev 286388)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm	2021-12-01 23:03:24 UTC (rev 286389)
@@ -26,11 +26,15 @@
 #import "config.h"
 
 #import "DaemonTestUtilities.h"
+#import "Test.h"
 #import "TestURLSchemeHandler.h"
 #import "TestWKWebView.h"
+#import "Utilities.h"
 #import <WebKit/WKPreferencesPrivate.h>
 #import <WebKit/WKUIDelegatePrivate.h>
+#import <WebKit/WKWebsiteDataStorePrivate.h>
 #import <WebKit/_WKExperimentalFeature.h>
+#import <WebKit/_WKWebsiteDataStoreConfiguration.h>
 #import <mach/mach_init.h>
 #import <mach/task.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to