Changeset 219183 in webkit
- Timestamp:
- Jul 5, 2017, 7:49:38 PM (8 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
page/ios/UserAgentIOS.mm (modified) (1 diff)
-
platform/spi/ios/UIKitSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r219179 r219183 1 2017-07-05 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed attempt to fix iOS build after r219177. 4 5 * page/ios/UserAgentIOS.mm: 6 * platform/spi/ios/UIKitSPI.h: 7 1 8 2017-07-05 Yusuke Suzuki <utatane.tea@gmail.com> 2 9 -
trunk/Source/WebCore/page/ios/UserAgentIOS.mm
r219177 r219183 34 34 #import "WebCoreSystemInterface.h" 35 35 #import <wtf/RetainPtr.h> 36 #import <UIKit/UIApplicationSceneConstants.h> 36 37 37 38 SOFT_LINK_FRAMEWORK(UIKit); -
trunk/Source/WebCore/platform/spi/ios/UIKitSPI.h
r219177 r219183 34 34 #import <UIKit/UIItemProvider_Private.h> 35 35 #endif 36 37 @interface UIApplication () 38 + (UIApplicationSceneClassicMode)_classicMode; 39 @end 36 40 37 41 #else
Note:
See TracChangeset
for help on using the changeset viewer.