Title: [221568] trunk/Source/WebKit
Revision
221568
Author
[email protected]
Date
2017-09-03 20:33:50 -0700 (Sun, 03 Sep 2017)

Log Message

WKContentViewInteraction.mm includes redundant declaration of UIPreviewItemController's presentationSecondaryGestureRecognizer
https://bugs.webkit.org/show_bug.cgi?id=176322

Reviewed by Darin Adler.

* UIProcess/ios/WKContentViewInteraction.mm: Removed the declaration, which is already made in the
  SDK or in UIKitSPI.h.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (221567 => 221568)


--- trunk/Source/WebKit/ChangeLog	2017-09-04 03:27:35 UTC (rev 221567)
+++ trunk/Source/WebKit/ChangeLog	2017-09-04 03:33:50 UTC (rev 221568)
@@ -1,3 +1,13 @@
+2017-09-03  Dan Bernstein  <[email protected]>
+
+        WKContentViewInteraction.mm includes redundant declaration of UIPreviewItemController's presentationSecondaryGestureRecognizer
+        https://bugs.webkit.org/show_bug.cgi?id=176322
+
+        Reviewed by Darin Adler.
+
+        * UIProcess/ios/WKContentViewInteraction.mm: Removed the declaration, which is already made in the
+          SDK or in UIKitSPI.h.
+
 2017-09-03  Timothy Horton  <[email protected]>
 
         Try to fix the iOS build

Modified: trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm (221567 => 221568)


--- trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2017-09-04 03:27:35 UTC (rev 221567)
+++ trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2017-09-04 03:33:50 UTC (rev 221568)
@@ -251,11 +251,6 @@
 @end
 
 @protocol UISelectionInteractionAssistant;
-#if HAVE(LINK_PREVIEW)
-@interface UIPreviewItemController (StagingToRemove)
-@property (strong, nonatomic, readonly) UIGestureRecognizer *presentationSecondaryGestureRecognizer;
-@end
-#endif
 
 @interface WKFocusedElementInfo : NSObject <_WKFocusedElementInfo>
 - (instancetype)initWithAssistedNodeInformation:(const AssistedNodeInformation&)information isUserInitiated:(BOOL)isUserInitiated;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to