Title: [182515] trunk/Tools
Revision
182515
Author
[email protected]
Date
2015-04-07 20:40:36 -0700 (Tue, 07 Apr 2015)

Log Message

PageVisibilityStateWithWindowChanges should only be enabled on Yosemite
rdar://problem/20461342

* TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (182514 => 182515)


--- trunk/Tools/ChangeLog	2015-04-08 03:39:27 UTC (rev 182514)
+++ trunk/Tools/ChangeLog	2015-04-08 03:40:36 UTC (rev 182515)
@@ -1,3 +1,10 @@
+2015-04-07  Alexey Proskuryakov  <[email protected]>
+
+        PageVisibilityStateWithWindowChanges should only be enabled on Yosemite
+        rdar://problem/20461342
+
+        * TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm:
+
 2015-04-07  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r182511.

Modified: trunk/Tools/TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm (182514 => 182515)


--- trunk/Tools/TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm	2015-04-08 03:39:27 UTC (rev 182514)
+++ trunk/Tools/TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm	2015-04-08 03:40:36 UTC (rev 182515)
@@ -32,7 +32,8 @@
 #import <wtf/RetainPtr.h>
 
 // https://bugs.webkit.org/show_bug.cgi?id=130463
-#if __MAC_OS_X_VERSION_MIN_REQUIRED != 1090
+// rdar://problem/20461342
+#if __MAC_OS_X_VERSION_MIN_REQUIRED == 101000
 
 static bool isWaitingForPageSignalToContinue = false;
 static bool didGetPageSignalToContinue = false;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to