Title: [221643] tags/Safari-605.1.4/Source/WebKit
Revision
221643
Author
[email protected]
Date
2017-09-05 16:25:28 -0700 (Tue, 05 Sep 2017)

Log Message

Revert r221641. rdar://problem/34186977

Modified Paths

Diff

Modified: tags/Safari-605.1.4/Source/WebKit/ChangeLog (221642 => 221643)


--- tags/Safari-605.1.4/Source/WebKit/ChangeLog	2017-09-05 23:18:44 UTC (rev 221642)
+++ tags/Safari-605.1.4/Source/WebKit/ChangeLog	2017-09-05 23:25:28 UTC (rev 221643)
@@ -1,5 +1,9 @@
 2017-09-05  Matthew Hanson  <[email protected]>
 
+        Revert r221641. rdar://problem/34186977
+
+2017-09-05  Matthew Hanson  <[email protected]>
+
         Cherry-pick r221457. rdar://problem/34186977
 
     2017-08-31  Megan Gardner  <[email protected]>

Modified: tags/Safari-605.1.4/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm (221642 => 221643)


--- tags/Safari-605.1.4/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2017-09-05 23:18:44 UTC (rev 221642)
+++ tags/Safari-605.1.4/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2017-09-05 23:25:28 UTC (rev 221643)
@@ -2544,10 +2544,12 @@
     return _textSelectionAssistant != nil;
 }
 
+#if __IPHONE_OS_VERSION_MAX_ALLOWED < 120000
 - (void)changeSelectionWithGestureAt:(CGPoint)point withGesture:(UIWKGestureType)gestureType withState:(UIGestureRecognizerState)state
 {
     [self changeSelectionWithGestureAt:point withGesture:gestureType withState:state withFlags:UIWKNone];
 }
+#endif
 
 - (void)changeSelectionWithGestureAt:(CGPoint)point withGesture:(UIWKGestureType)gestureType withState:(UIGestureRecognizerState)state withFlags:(UIWKSelectionFlags)flags
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to