Title: [245986] branches/safari-607-branch/Tools
Revision
245986
Author
[email protected]
Date
2019-05-31 14:32:04 -0700 (Fri, 31 May 2019)

Log Message

Fix i386 build on safari-607-branch
<rdar://problem/50625279>

* TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm:
We need to check WK_API_ENABLED on the branch.

Modified Paths

Diff

Modified: branches/safari-607-branch/Tools/ChangeLog (245985 => 245986)


--- branches/safari-607-branch/Tools/ChangeLog	2019-05-31 21:31:57 UTC (rev 245985)
+++ branches/safari-607-branch/Tools/ChangeLog	2019-05-31 21:32:04 UTC (rev 245986)
@@ -1,3 +1,11 @@
+2019-05-31  Alex Christensen  <[email protected]>
+
+        Fix i386 build on safari-607-branch
+        <rdar://problem/50625279>
+
+        * TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm:
+        We need to check WK_API_ENABLED on the branch.
+
 2019-05-30  Kocsen Chung  <[email protected]>
 
         Apply patch. rdar://problem/50753927

Modified: branches/safari-607-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm (245985 => 245986)


--- branches/safari-607-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm	2019-05-31 21:31:57 UTC (rev 245985)
+++ branches/safari-607-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm	2019-05-31 21:32:04 UTC (rev 245986)
@@ -33,7 +33,7 @@
 #import <WebKit/WebKit.h>
 #import <wtf/RetainPtr.h>
 
-#if PLATFORM(MAC)
+#if PLATFORM(MAC) && WK_API_ENABLED
 
 static std::pair<RetainPtr<NSURLCredential>, RetainPtr<NSString>> credentialWithIdentityAndKeychainPath()
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to