Title: [213189] trunk/Source/WebKit2
Revision
213189
Author
wenson_hs...@apple.com
Date
2017-02-28 16:01:57 -0800 (Tue, 28 Feb 2017)

Log Message

Unreviewed, build fix after r213176.

* Platform/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (213188 => 213189)


--- trunk/Source/WebKit2/ChangeLog	2017-02-28 23:34:23 UTC (rev 213188)
+++ trunk/Source/WebKit2/ChangeLog	2017-03-01 00:01:57 UTC (rev 213189)
@@ -1,3 +1,9 @@
+2017-02-28  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Unreviewed, build fix after r213176.
+
+        * Platform/spi/ios/UIKitSPI.h:
+
 2017-02-28  Tim Horton  <timothy_hor...@apple.com>
 
         [iOS] Getting QLPreviewProtocol slows down first navigation in Web process

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


--- trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2017-02-28 23:34:23 UTC (rev 213188)
+++ trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2017-03-01 00:01:57 UTC (rev 213189)
@@ -40,7 +40,6 @@
 #import <UIKit/UIImagePickerController_Private.h>
 #import <UIKit/UIImage_Private.h>
 #import <UIKit/UIInterface_Private.h>
-#import <UIKit/UIItemProvider_Private.h>
 #import <UIKit/UIKeyboardImpl.h>
 #import <UIKit/UIKeyboardIntl.h>
 #import <UIKit/UIKeyboard_Private.h>
@@ -81,6 +80,10 @@
 #import <UIKit/UIPreviewItemController.h>
 #endif
 
+#if ENABLE(DATA_INTERACTION)
+#import <UIKit/UIItemProvider_Private.h>
+#endif
+
 #else
 
 #if HAVE(LINK_PREVIEW)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to