Title: [187259] trunk/Source/WebKit2
Revision
187259
Author
[email protected]
Date
2015-07-23 15:16:18 -0700 (Thu, 23 Jul 2015)

Log Message

One more iOS build fix.

Unreviewed.

* Platform/spi/ios/UIKitSPI.h:
* UIProcess/ios/WKContentViewInteraction.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (187258 => 187259)


--- trunk/Source/WebKit2/ChangeLog	2015-07-23 22:15:22 UTC (rev 187258)
+++ trunk/Source/WebKit2/ChangeLog	2015-07-23 22:16:18 UTC (rev 187259)
@@ -1,3 +1,12 @@
+2015-07-23  Enrica Casucci  <[email protected]>
+
+        One more iOS build fix.
+
+        Unreviewed.
+
+        * Platform/spi/ios/UIKitSPI.h:
+        * UIProcess/ios/WKContentViewInteraction.h:
+
 2015-07-23  Matthew Daiter  <[email protected]>
 
         Bridged passing lists of devices between the UIProcess and the WebProcess

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


--- trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2015-07-23 22:15:22 UTC (rev 187258)
+++ trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2015-07-23 22:16:18 UTC (rev 187259)
@@ -74,6 +74,8 @@
 #import <UIKit/_UINavigationInteractiveTransition.h>
 #import <UIKit/_UINavigationParallaxTransition.h>
 
+#import <WebKitAdditions/LinkPreviewDefines.h>
+
 #if HAVE(LINK_PREVIEW)
 #import <UIKit/UIPreviewItemController.h>
 #endif

Modified: trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h (187258 => 187259)


--- trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h	2015-07-23 22:15:22 UTC (rev 187258)
+++ trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h	2015-07-23 22:16:18 UTC (rev 187259)
@@ -44,10 +44,6 @@
 #import <wtf/Vector.h>
 #import <wtf/text/WTFString.h>
 
-#if USE(APPLE_INTERNAL_SDK)
-#import <WebKitAdditions/LinkPreviewDefines.h>
-#endif
-
 namespace WebCore {
 class Color;
 class FloatQuad;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to