Title: [245604] trunk/Tools
- Revision
- 245604
- Author
- [email protected]
- Date
- 2019-05-21 17:38:26 -0700 (Tue, 21 May 2019)
Log Message
Fix branch build.
<rdar://problem/50625279>
* TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm:
We need to explicitly include WebKit.h on the branch.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (245603 => 245604)
--- trunk/Tools/ChangeLog 2019-05-22 00:34:15 UTC (rev 245603)
+++ trunk/Tools/ChangeLog 2019-05-22 00:38:26 UTC (rev 245604)
@@ -1,3 +1,11 @@
+2019-05-21 Alex Christensen <[email protected]>
+
+ Fix branch build.
+ <rdar://problem/50625279>
+
+ * TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm:
+ We need to explicitly include WebKit.h on the branch.
+
2019-05-21 Aakash Jain <[email protected]>
[ews-build] Use custom templates for Buildbot
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm (245603 => 245604)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm 2019-05-22 00:34:15 UTC (rev 245603)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm 2019-05-22 00:38:26 UTC (rev 245604)
@@ -32,6 +32,7 @@
#import "WKWebViewConfigurationExtras.h"
#import <WebKit/WKProcessPoolPrivate.h>
#import <WebKit/WKWebsiteDataRecordPrivate.h>
+#import <WebKit/WebKit.h>
#import <wtf/RetainPtr.h>
static bool navigationFinished;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes