Changeset 221641 in webkit


Ignore:
Timestamp:
Sep 5, 2017 4:04:00 PM (7 years ago)
Author:
matthew_hanson@apple.com
Message:

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

Location:
tags/Safari-605.1.4/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/Safari-605.1.4/Source/WebKit/ChangeLog

    r221391 r221641  
     12017-09-05  Matthew Hanson  <matthew_hanson@apple.com>
     2
     3        Cherry-pick r221457. rdar://problem/34186977
     4
     5    2017-08-31  Megan Gardner  <megan_gardner@apple.com>
     6
     7            Fix error in protocol revving
     8            https://bugs.webkit.org/show_bug.cgi?id=176191
     9
     10            Protocol definition was mastered out of later iOS submissions, causing them to not build.
     11
     12            Reviewed by Tim Horton.
     13
     14            * UIProcess/ios/WKContentViewInteraction.mm:
     15            (-[WKContentView changeSelectionWithGestureAt:withGesture:withState:]):
     16
    1172017-08-30  Jason Marcell  <jmarcell@apple.com>
    218
  • tags/Safari-605.1.4/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

    r221233 r221641  
    25452545}
    25462546
    2547 #if __IPHONE_OS_VERSION_MAX_ALLOWED < 120000
    25482547- (void)changeSelectionWithGestureAt:(CGPoint)point withGesture:(UIWKGestureType)gestureType withState:(UIGestureRecognizerState)state
    25492548{
    25502549    [self changeSelectionWithGestureAt:point withGesture:gestureType withState:state withFlags:UIWKNone];
    25512550}
    2552 #endif
    25532551
    25542552- (void)changeSelectionWithGestureAt:(CGPoint)point withGesture:(UIWKGestureType)gestureType withState:(UIGestureRecognizerState)state withFlags:(UIWKSelectionFlags)flags
Note: See TracChangeset for help on using the changeset viewer.