Title: [235434] trunk/Tools
Revision
235434
Author
[email protected]
Date
2018-08-28 11:37:46 -0700 (Tue, 28 Aug 2018)

Log Message

Fix 32-bit Mac build.

* TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (235433 => 235434)


--- trunk/Tools/ChangeLog	2018-08-28 18:29:13 UTC (rev 235433)
+++ trunk/Tools/ChangeLog	2018-08-28 18:37:46 UTC (rev 235434)
@@ -1,5 +1,11 @@
 2018-08-28  Alex Christensen  <[email protected]>
 
+        Fix 32-bit Mac build.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm:
+
+2018-08-28  Alex Christensen  <[email protected]>
+
         REGRESSION (r235391): [iOS] TestWebKitAPI.WebKit.RestoreSessionStateWithoutNavigation is timing out
         https://bugs.webkit.org/show_bug.cgi?id=189050
 

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm (235433 => 235434)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm	2018-08-28 18:29:13 UTC (rev 235433)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm	2018-08-28 18:37:46 UTC (rev 235434)
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#if PLATFORM(MAC)
+#if PLATFORM(MAC) && WK_API_ENABLED
 
 #include "_javascript_Test.h"
 #include "PlatformUtilities.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to