Title: [263242] trunk/Tools
Revision
263242
Author
jbed...@apple.com
Date
2020-06-18 16:11:50 -0700 (Thu, 18 Jun 2020)

Log Message

Add SPI to preconnect to a server (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=213109
<rdar://problem/64184412>

Unreviewed build-fix.


* TestWebKitAPI/Tests/WebKitCocoa/Preconnect.mm: HTTPServer does not exist if HAVE(NETWORK_FRAMEWORK) is false.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (263241 => 263242)


--- trunk/Tools/ChangeLog	2020-06-18 23:04:44 UTC (rev 263241)
+++ trunk/Tools/ChangeLog	2020-06-18 23:11:50 UTC (rev 263242)
@@ -1,5 +1,15 @@
 2020-06-18  Jonathan Bedard  <jbed...@apple.com>
 
+        Add SPI to preconnect to a server (Follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=213109
+        <rdar://problem/64184412>
+
+        Unreviewed build-fix.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/Preconnect.mm: HTTPServer does not exist if HAVE(NETWORK_FRAMEWORK) is false.
+
+2020-06-18  Jonathan Bedard  <jbed...@apple.com>
+
         [iOS] Two KeyboardInputTests are failing on recent iOS SDK versions (build-fix)
         https://bugs.webkit.org/show_bug.cgi?id=213183
         <rdar://problem/64273483>

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Preconnect.mm (263241 => 263242)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Preconnect.mm	2020-06-18 23:04:44 UTC (rev 263241)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Preconnect.mm	2020-06-18 23:11:50 UTC (rev 263242)
@@ -25,6 +25,8 @@
 
 #import "config.h"
 
+#if HAVE(NETWORK_FRAMEWORK)
+
 #import "HTTPServer.h"
 #import "PlatformUtilities.h"
 #import "TestNavigationDelegate.h"
@@ -89,3 +91,5 @@
 #endif
 
 }
+
+#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to