Title: [258146] trunk/Tools
Revision
258146
Author
grao...@webkit.org
Date
2020-03-09 10:30:36 -0700 (Mon, 09 Mar 2020)

Log Message

TestWebKitAPI fails to build on watchOS
https://bugs.webkit.org/show_bug.cgi?id=208820

Reviewed by Tim Horton.

* TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (258145 => 258146)


--- trunk/Tools/ChangeLog	2020-03-09 16:22:45 UTC (rev 258145)
+++ trunk/Tools/ChangeLog	2020-03-09 17:30:36 UTC (rev 258146)
@@ -1,3 +1,12 @@
+2020-03-09  Antoine Quint  <grao...@apple.com>
+
+        TestWebKitAPI fails to build on watchOS
+        https://bugs.webkit.org/show_bug.cgi?id=208820
+
+        Reviewed by Tim Horton.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm:
+
 2020-03-09  Jonathan Bedard  <jbed...@apple.com>
 
         resultsdbpy: Add tool to manage resultsdbpy container

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm (258145 => 258146)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm	2020-03-09 16:22:45 UTC (rev 258145)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm	2020-03-09 17:30:36 UTC (rev 258146)
@@ -229,7 +229,7 @@
     }
 }
 
-#if HAVE(TLS_PROTOCOL_VERSION_T)
+#if HAVE(NETWORK_FRAMEWORK) && HAVE(TLS_PROTOCOL_VERSION_T)
 
 static std::pair<RetainPtr<WKWebView>, RetainPtr<TestNavigationDelegate>> webViewWithNavigationDelegate()
 {
@@ -243,10 +243,6 @@
     return { webView, delegate };
 }
 
-#endif // HAVE(TLS_PROTOCOL_VERSION_T) || HAVE(NETWORK_FRAMEWORK)
-
-#if HAVE(NETWORK_FRAMEWORK) && HAVE(TLS_PROTOCOL_VERSION_T)
-
 TEST(TLSVersion, NegotiatedLegacyTLS)
 {
     HTTPServer server({
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to