Changeset 219184 in webkit
- Timestamp:
- Jul 5, 2017, 7:59:36 PM (8 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r219183 r219184 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 Chris Dumez <cdumez@apple.com> 2 9 -
trunk/Source/WebCore/page/ios/UserAgentIOS.mm
r219183 r219184 34 34 #import "WebCoreSystemInterface.h" 35 35 #import <wtf/RetainPtr.h> 36 #import <UIKit/UIApplicationSceneConstants.h>37 36 38 37 SOFT_LINK_FRAMEWORK(UIKit); -
trunk/Source/WebCore/platform/spi/ios/UIKitSPI.h
r219183 r219184 26 26 #if USE(APPLE_INTERNAL_SDK) 27 27 28 #import <UIKit/UIApplicationSceneConstants.h> 28 29 #import <UIKit/UIApplication_Private.h> 29 30 #import <UIKit/UIInterface_Private.h>
Note:
See TracChangeset
for help on using the changeset viewer.