Title: [244874] trunk/Tools
Revision
244874
Author
[email protected]
Date
2019-05-02 10:35:23 -0700 (Thu, 02 May 2019)

Log Message

Build fix for internal branch.

* TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm:
RetainPtr.h was not explicitly included.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (244873 => 244874)


--- trunk/Tools/ChangeLog	2019-05-02 17:01:35 UTC (rev 244873)
+++ trunk/Tools/ChangeLog	2019-05-02 17:35:23 UTC (rev 244874)
@@ -1,3 +1,10 @@
+2019-05-02  Alex Christensen  <[email protected]>
+
+        Build fix for internal branch.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm:
+        RetainPtr.h was not explicitly included.
+
 2019-05-02  Jonathan Bedard  <[email protected]>
 
         webkitpy: Ignore errors when shutting down an already shutdown simulator

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm (244873 => 244874)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm	2019-05-02 17:01:35 UTC (rev 244873)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm	2019-05-02 17:35:23 UTC (rev 244874)
@@ -31,6 +31,7 @@
 #import "TestWKWebView.h"
 #import "WKWebViewConfigurationExtras.h"
 #import <WebKit/WKProcessPoolPrivate.h>
+#import <wtf/RetainPtr.h>
 
 static bool navigationFinished;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to