Title: [201537] trunk/Tools
- Revision
- 201537
- Author
- [email protected]
- Date
- 2016-05-31 16:28:59 -0700 (Tue, 31 May 2016)
Log Message
Yet another unreviewed build fix; move the closing brace of the namespace declaration inside
the #if check.
* TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (201536 => 201537)
--- trunk/Tools/ChangeLog 2016-05-31 23:20:15 UTC (rev 201536)
+++ trunk/Tools/ChangeLog 2016-05-31 23:28:59 UTC (rev 201537)
@@ -1,5 +1,12 @@
2016-05-31 Jer Noble <[email protected]>
+ Yet another unreviewed build fix; move the closing brace of the namespace declaration inside
+ the #if check.
+
+ * TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm:
+
+2016-05-31 Jer Noble <[email protected]>
+
Further unreviewed build fix; only run FullscreenTopContentInset test on Mac.
* TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm:
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm (201536 => 201537)
--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm 2016-05-31 23:20:15 UTC (rev 201536)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm 2016-05-31 23:28:59 UTC (rev 201537)
@@ -76,6 +76,6 @@
ASSERT_EQ(window.get().screen.frame.size.height + webView.get()._topContentInset, webView.get().frame.size.height);
}
+} // namespace TestWebKitAPI
+
#endif
-
-} // namespace TestWebKitAPI
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes