Title: [230061] trunk/Tools
Revision
230061
Author
[email protected]
Date
2018-03-28 17:03:21 -0700 (Wed, 28 Mar 2018)

Log Message

Unreviewed iOS build fix after r230060.

* TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (230060 => 230061)


--- trunk/Tools/ChangeLog	2018-03-28 23:46:29 UTC (rev 230060)
+++ trunk/Tools/ChangeLog	2018-03-29 00:03:21 UTC (rev 230061)
@@ -1,5 +1,11 @@
 2018-03-28  Chris Dumez  <[email protected]>
 
+        Unreviewed iOS build fix after r230060.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:
+
+2018-03-28  Chris Dumez  <[email protected]>
+
         Unreviewed, disable new window.open() API tests introduced in r230051 on iOS.
 
         I will investigate if this is testable on iOS.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm (230060 => 230061)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm	2018-03-28 23:46:29 UTC (rev 230060)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm	2018-03-29 00:03:21 UTC (rev 230061)
@@ -172,6 +172,8 @@
 </head>
 )PSONRESOURCE";
 
+#if PLATFORM(MAC)
+
 static const char* windowOpenCrossOriginNoOpenerTestBytes = R"PSONRESOURCE(
 <script>
 window._onload_ = function() {
@@ -201,6 +203,8 @@
 <body>TEST</body>
 )PSONRESOURCE";
 
+#endif // PLATFORM(MAC)
+
 TEST(ProcessSwap, Basic)
 {
     auto processPoolConfiguration = adoptNS([[_WKProcessPoolConfiguration alloc] init]);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to