Changeset 201536 in webkit
- Timestamp:
- May 31, 2016, 4:20:15 PM (10 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r201533 r201536 1 2016-05-31 Jer Noble <jer.noble@apple.com> 2 3 Further unreviewed build fix; only run FullscreenTopContentInset test on Mac. 4 5 * TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm: 6 1 7 2016-05-31 Jer Noble <jer.noble@apple.com> 2 8 -
trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FullscreenTopContentInset.mm
r201533 r201536 26 26 #include "config.h" 27 27 28 #if WK_API_ENABLED 28 #if WK_API_ENABLED && PLATFORM(MAC) 29 29 30 30 #import "PlatformUtilities.h"
Note:
See TracChangeset
for help on using the changeset viewer.