Title: [201536] trunk/Tools
Revision
201536
Author
jer.no...@apple.com
Date
2016-05-31 16:20:15 -0700 (Tue, 31 May 2016)

Log Message

Further unreviewed build fix; only run FullscreenTopContentInset test on Mac.

* TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (201535 => 201536)


--- trunk/Tools/ChangeLog	2016-05-31 22:52:59 UTC (rev 201535)
+++ trunk/Tools/ChangeLog	2016-05-31 23:20:15 UTC (rev 201536)
@@ -1,5 +1,11 @@
 2016-05-31  Jer Noble  <jer.no...@apple.com>
 
+        Further unreviewed build fix; only run FullscreenTopContentInset test on Mac.
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm:
+
+2016-05-31  Jer Noble  <jer.no...@apple.com>
+
         Unreviewed build fix; only run FullscreetTopContentInset test on platforms
         where WK_API_ENABLED is set.
 

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm (201535 => 201536)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm	2016-05-31 22:52:59 UTC (rev 201535)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm	2016-05-31 23:20:15 UTC (rev 201536)
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#if WK_API_ENABLED
+#if WK_API_ENABLED && PLATFORM(MAC)
 
 #import "PlatformUtilities.h"
 #import <WebKit/WKPreferencesPrivate.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to