Title: [254357] trunk/Tools
- Revision
- 254357
- Author
- [email protected]
- Date
- 2020-01-10 11:16:24 -0800 (Fri, 10 Jan 2020)
Log Message
Build fix for builds without libwebrtc's BoringSSL.
https://bugs.webkit.org/show_bug.cgi?id=206037
* TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadDelegate.mm:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (254356 => 254357)
--- trunk/Tools/ChangeLog 2020-01-10 19:06:44 UTC (rev 254356)
+++ trunk/Tools/ChangeLog 2020-01-10 19:16:24 UTC (rev 254357)
@@ -1,3 +1,10 @@
+2020-01-10 Alex Christensen <[email protected]>
+
+ Build fix for builds without libwebrtc's BoringSSL.
+ https://bugs.webkit.org/show_bug.cgi?id=206037
+
+ * TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadDelegate.mm:
+
2020-01-10 Jiewen Tan <[email protected]>
[WebAuthn] Support authenticatorGetNextAssertion
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadDelegate.mm (254356 => 254357)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadDelegate.mm 2020-01-10 19:06:44 UTC (rev 254356)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadDelegate.mm 2020-01-10 19:16:24 UTC (rev 254357)
@@ -257,6 +257,8 @@
#endif // HAVE(NETWORK_FRAMEWORK)
+#if HAVE(SSL)
+
TEST(ResourceLoadDelegate, Challenge)
{
using namespace TestWebKitAPI;
@@ -291,3 +293,5 @@
TestWebKitAPI::Util::run(&receivedErrorNotification);
EXPECT_TRUE(receivedChallengeNotificiation);
}
+
+#endif // HAVE(SSL)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes