Title: [286476] trunk/Tools
Revision
286476
Author
j...@apple.com
Date
2021-12-02 19:51:54 -0800 (Thu, 02 Dec 2021)

Log Message

Compilation error on Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm
https://bugs.webkit.org/show_bug.cgi?id=233797
rdar://problem/86000569

Unreviewed API test build fix.


* TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (286475 => 286476)


--- trunk/Tools/ChangeLog	2021-12-03 03:01:38 UTC (rev 286475)
+++ trunk/Tools/ChangeLog	2021-12-03 03:51:54 UTC (rev 286476)
@@ -1,3 +1,13 @@
+2021-12-02  Jean-Yves Avenard  <j...@apple.com>
+
+        Compilation error on Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm
+        https://bugs.webkit.org/show_bug.cgi?id=233797
+        rdar://problem/86000569
+
+        Unreviewed API test build fix.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm:
+
 2021-11-29  Jonathan Bedard  <jbed...@apple.com>
 
         [resultsdbpy] Make Python 3.10 compatible

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm (286475 => 286476)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm	2021-12-03 03:01:38 UTC (rev 286475)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm	2021-12-03 03:51:54 UTC (rev 286476)
@@ -35,6 +35,7 @@
 #import <WebKit/WKWebsiteDataStorePrivate.h>
 #import <WebKit/_WKExperimentalFeature.h>
 #import <WebKit/_WKWebsiteDataStoreConfiguration.h>
+#import <array>
 #import <mach/mach_init.h>
 #import <mach/task.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to