Title: [221641] tags/Safari-605.1.4/Source/WebKit
Revision
221641
Author
matthew_han...@apple.com
Date
2017-09-05 16:04:00 -0700 (Tue, 05 Sep 2017)

Log Message

Cherry-pick r221457. rdar://problem/34186977

Modified Paths

Diff

Modified: tags/Safari-605.1.4/Source/WebKit/ChangeLog (221640 => 221641)


--- tags/Safari-605.1.4/Source/WebKit/ChangeLog	2017-09-05 23:01:04 UTC (rev 221640)
+++ tags/Safari-605.1.4/Source/WebKit/ChangeLog	2017-09-05 23:04:00 UTC (rev 221641)
@@ -1,3 +1,19 @@
+2017-09-05  Matthew Hanson  <matthew_han...@apple.com>
+
+        Cherry-pick r221457. rdar://problem/34186977
+
+    2017-08-31  Megan Gardner  <megan_gard...@apple.com>
+
+            Fix error in protocol revving
+            https://bugs.webkit.org/show_bug.cgi?id=176191
+
+            Protocol definition was mastered out of later iOS submissions, causing them to not build.
+
+            Reviewed by Tim Horton.
+
+            * UIProcess/ios/WKContentViewInteraction.mm:
+            (-[WKContentView changeSelectionWithGestureAt:withGesture:withState:]):
+
 2017-08-30  Jason Marcell  <jmarc...@apple.com>
 
         Revert r221068. rdar://problem/33925559

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


--- tags/Safari-605.1.4/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2017-09-05 23:01:04 UTC (rev 221640)
+++ tags/Safari-605.1.4/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm	2017-09-05 23:04:00 UTC (rev 221641)
@@ -2544,12 +2544,10 @@
     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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to