Changeset 201533 in webkit
- Timestamp:
- May 31, 2016, 3:44:31 PM (10 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r201530 r201533 1 2016-05-31 Jer Noble <jer.noble@apple.com> 2 3 Unreviewed build fix; only run FullscreetTopContentInset test on platforms 4 where WK_API_ENABLED is set. 5 6 * TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm: 7 1 8 2016-05-31 Jer Noble <jer.noble@apple.com> 2 9 -
trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm
r201530 r201533 25 25 26 26 #include "config.h" 27 28 #if WK_API_ENABLED 27 29 28 30 #import "PlatformUtilities.h" … … 75 77 } 76 78 79 #endif 80 77 81 } // namespace TestWebKitAPI
Note:
See TracChangeset
for help on using the changeset viewer.