Title: [188111] trunk/Source/WebKit2
Revision
188111
Author
m...@apple.com
Date
2015-08-06 20:41:29 -0700 (Thu, 06 Aug 2015)

Log Message

Fixed the non-HAVE(LINK_PREVIEW) build.

* UIProcess/ios/WKContentViewInteraction.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (188110 => 188111)


--- trunk/Source/WebKit2/ChangeLog	2015-08-07 03:34:31 UTC (rev 188110)
+++ trunk/Source/WebKit2/ChangeLog	2015-08-07 03:41:29 UTC (rev 188111)
@@ -1,3 +1,9 @@
+2015-08-06  Dan Bernstein  <m...@apple.com>
+
+        Fixed the non-HAVE(LINK_PREVIEW) build.
+
+        * UIProcess/ios/WKContentViewInteraction.mm:
+
 2015-08-06  Enrica Casucci  <enr...@apple.com>
 
         Cleanup action sheet only when long press is canceled (non ended).

Modified: trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm (188110 => 188111)


--- trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2015-08-07 03:34:31 UTC (rev 188110)
+++ trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2015-08-07 03:41:29 UTC (rev 188111)
@@ -216,8 +216,10 @@
 
 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 90000
 @protocol UISelectionInteractionAssistant;
+#if HAVE(LINK_PREVIEW)
 @interface UIPreviewItemController (StagingToRemove)
 @property (strong, nonatomic, readonly) UIGestureRecognizer *presentationSecondaryGestureRecognizer;
+#endif
 @end
 
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to