Title: [219184] trunk/Source/WebCore
Revision
219184
Author
cdu...@apple.com
Date
2017-07-05 19:59:36 -0700 (Wed, 05 Jul 2017)

Log Message

Unreviewed attempt to fix iOS build after r219177.

* page/ios/UserAgentIOS.mm:
* platform/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (219183 => 219184)


--- trunk/Source/WebCore/ChangeLog	2017-07-06 02:49:38 UTC (rev 219183)
+++ trunk/Source/WebCore/ChangeLog	2017-07-06 02:59:36 UTC (rev 219184)
@@ -5,6 +5,13 @@
         * page/ios/UserAgentIOS.mm:
         * platform/spi/ios/UIKitSPI.h:
 
+2017-07-05  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed attempt to fix iOS build after r219177.
+
+        * page/ios/UserAgentIOS.mm:
+        * platform/spi/ios/UIKitSPI.h:
+
 2017-07-05  Yusuke Suzuki  <utatane....@gmail.com>
 
         Use std::lock_guard instead of std::unique_lock if move semantics and try_lock is not necessary

Modified: trunk/Source/WebCore/page/ios/UserAgentIOS.mm (219183 => 219184)


--- trunk/Source/WebCore/page/ios/UserAgentIOS.mm	2017-07-06 02:49:38 UTC (rev 219183)
+++ trunk/Source/WebCore/page/ios/UserAgentIOS.mm	2017-07-06 02:59:36 UTC (rev 219184)
@@ -33,7 +33,6 @@
 #import "UIKitSPI.h"
 #import "WebCoreSystemInterface.h"
 #import <wtf/RetainPtr.h>
-#import <UIKit/UIApplicationSceneConstants.h>
 
 SOFT_LINK_FRAMEWORK(UIKit);
 SOFT_LINK_CLASS(UIKit, UIApplication);

Modified: trunk/Source/WebCore/platform/spi/ios/UIKitSPI.h (219183 => 219184)


--- trunk/Source/WebCore/platform/spi/ios/UIKitSPI.h	2017-07-06 02:49:38 UTC (rev 219183)
+++ trunk/Source/WebCore/platform/spi/ios/UIKitSPI.h	2017-07-06 02:59:36 UTC (rev 219184)
@@ -25,6 +25,7 @@
 
 #if USE(APPLE_INTERNAL_SDK)
 
+#import <UIKit/UIApplicationSceneConstants.h>
 #import <UIKit/UIApplication_Private.h>
 #import <UIKit/UIInterface_Private.h>
 #import <UIKit/UIScreen_Private.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to