Title: [219183] trunk/Source/WebCore
Revision
219183
Author
[email protected]
Date
2017-07-05 19:49:38 -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 (219182 => 219183)


--- trunk/Source/WebCore/ChangeLog	2017-07-06 02:31:35 UTC (rev 219182)
+++ trunk/Source/WebCore/ChangeLog	2017-07-06 02:49:38 UTC (rev 219183)
@@ -1,3 +1,10 @@
+2017-07-05  Chris Dumez  <[email protected]>
+
+        Unreviewed attempt to fix iOS build after r219177.
+
+        * page/ios/UserAgentIOS.mm:
+        * platform/spi/ios/UIKitSPI.h:
+
 2017-07-05  Yusuke Suzuki  <[email protected]>
 
         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 (219182 => 219183)


--- trunk/Source/WebCore/page/ios/UserAgentIOS.mm	2017-07-06 02:31:35 UTC (rev 219182)
+++ trunk/Source/WebCore/page/ios/UserAgentIOS.mm	2017-07-06 02:49:38 UTC (rev 219183)
@@ -33,6 +33,7 @@
 #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 (219182 => 219183)


--- trunk/Source/WebCore/platform/spi/ios/UIKitSPI.h	2017-07-06 02:31:35 UTC (rev 219182)
+++ trunk/Source/WebCore/platform/spi/ios/UIKitSPI.h	2017-07-06 02:49:38 UTC (rev 219183)
@@ -34,6 +34,10 @@
 #import <UIKit/UIItemProvider_Private.h>
 #endif
 
+@interface UIApplication ()
++ (UIApplicationSceneClassicMode)_classicMode;
+@end
+
 #else
 
 #import <UIKit/UIKit.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to