Title: [187238] trunk/Source/WebKit2
Revision
187238
Author
[email protected]
Date
2015-07-23 11:04:55 -0700 (Thu, 23 Jul 2015)

Log Message

Fix the build

* Platform/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (187237 => 187238)


--- trunk/Source/WebKit2/ChangeLog	2015-07-23 18:03:03 UTC (rev 187237)
+++ trunk/Source/WebKit2/ChangeLog	2015-07-23 18:04:55 UTC (rev 187238)
@@ -1,3 +1,9 @@
+2015-07-23  Timothy Horton  <[email protected]>
+
+        Fix the build
+
+        * Platform/spi/ios/UIKitSPI.h:
+
 2015-07-23  Tim Horton  <[email protected]>
 
         Remove files that were meant to be removed in r173929

Modified: trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h (187237 => 187238)


--- trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2015-07-23 18:03:03 UTC (rev 187237)
+++ trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2015-07-23 18:04:55 UTC (rev 187238)
@@ -48,7 +48,6 @@
 #import <UIKit/UIPickerContentView_Private.h>
 #import <UIKit/UIPickerView_Private.h>
 #import <UIKit/UIPresentationController_Private.h>
-#import <UIKit/UIPreviewItemController.h>
 #import <UIKit/UIResponder_Private.h>
 #import <UIKit/UIScrollView_Private.h>
 #import <UIKit/UIStringDrawing_Private.h>
@@ -75,6 +74,10 @@
 #import <UIKit/_UINavigationInteractiveTransition.h>
 #import <UIKit/_UINavigationParallaxTransition.h>
 
+#if HAVE(LINK_PREVIEWS)
+#import <UIKit/UIPreviewItemController.h>
+#endif
+
 // FIXME: Unconditionally include this file when a new SDK is available. <rdar://problem/20150072>
 #if defined(__has_include) && __has_include(<UIKit/UIDocumentMenuViewController_Private.h>)
 #import <UIKit/UIDocumentMenuViewController_Private.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to