Title: [201533] trunk/Tools
- Revision
- 201533
- Author
- [email protected]
- Date
- 2016-05-31 15:44:31 -0700 (Tue, 31 May 2016)
Log Message
Unreviewed build fix; only run FullscreetTopContentInset test on platforms
where WK_API_ENABLED is set.
* TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (201532 => 201533)
--- trunk/Tools/ChangeLog 2016-05-31 22:35:23 UTC (rev 201532)
+++ trunk/Tools/ChangeLog 2016-05-31 22:44:31 UTC (rev 201533)
@@ -1,5 +1,12 @@
2016-05-31 Jer Noble <[email protected]>
+ Unreviewed build fix; only run FullscreetTopContentInset test on platforms
+ where WK_API_ENABLED is set.
+
+ * TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm:
+
+2016-05-31 Jer Noble <[email protected]>
+
REGRESSION (r201405): trailers.apple.com HUD is missing in fullscreen
https://bugs.webkit.org/show_bug.cgi?id=158156
<rdar://problem/26519589>
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm (201532 => 201533)
--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm 2016-05-31 22:35:23 UTC (rev 201532)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm 2016-05-31 22:44:31 UTC (rev 201533)
@@ -25,6 +25,8 @@
#include "config.h"
+#if WK_API_ENABLED
+
#import "PlatformUtilities.h"
#import <WebKit/WKPreferencesPrivate.h>
#import <WebKit/WKWebViewConfigurationPrivate.h>
@@ -74,4 +76,6 @@
ASSERT_EQ(window.get().screen.frame.size.height + webView.get()._topContentInset, webView.get().frame.size.height);
}
+#endif
+
} // namespace TestWebKitAPI
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes