Changeset 221568 in webkit
- Timestamp:
- Sep 3, 2017, 8:33:50 PM (8 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r221566 r221568 1 2017-09-03 Dan Bernstein <mitz@apple.com> 2 3 WKContentViewInteraction.mm includes redundant declaration of UIPreviewItemController's presentationSecondaryGestureRecognizer 4 https://bugs.webkit.org/show_bug.cgi?id=176322 5 6 Reviewed by Darin Adler. 7 8 * UIProcess/ios/WKContentViewInteraction.mm: Removed the declaration, which is already made in the 9 SDK or in UIKitSPI.h. 10 1 11 2017-09-03 Timothy Horton <timothy_horton@apple.com> 2 12 -
trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
r221457 r221568 252 252 253 253 @protocol UISelectionInteractionAssistant; 254 #if HAVE(LINK_PREVIEW)255 @interface UIPreviewItemController (StagingToRemove)256 @property (strong, nonatomic, readonly) UIGestureRecognizer *presentationSecondaryGestureRecognizer;257 @end258 #endif259 254 260 255 @interface WKFocusedElementInfo : NSObject <_WKFocusedElementInfo>
Note:
See TracChangeset
for help on using the changeset viewer.