Changeset 221457 in webkit


Ignore:
Timestamp:
Aug 31, 2017 4:31:55 PM (7 years ago)
Author:
Megan Gardner
Message:

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:]):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r221454 r221457  
     12017-08-31  Megan Gardner  <megan_gardner@apple.com>
     2
     3        Fix error in protocol revving
     4        https://bugs.webkit.org/show_bug.cgi?id=176191
     5
     6        Protocol definition was mastered out of later iOS submissions, causing them to not build.
     7
     8        Reviewed by Tim Horton.
     9
     10        * UIProcess/ios/WKContentViewInteraction.mm:
     11        (-[WKContentView changeSelectionWithGestureAt:withGesture:withState:]):
     12
    1132017-08-31  Youenn Fablet  <youenn@apple.com>
    214
  • trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

    r221443 r221457  
    25532553}
    25542554
    2555 #if __IPHONE_OS_VERSION_MAX_ALLOWED < 120000
    25562555- (void)changeSelectionWithGestureAt:(CGPoint)point withGesture:(UIWKGestureType)gestureType withState:(UIGestureRecognizerState)state
    25572556{
    25582557    [self changeSelectionWithGestureAt:point withGesture:gestureType withState:state withFlags:UIWKNone];
    25592558}
    2560 #endif
    25612559
    25622560- (void)changeSelectionWithGestureAt:(CGPoint)point withGesture:(UIWKGestureType)gestureType withState:(UIGestureRecognizerState)state withFlags:(UIWKSelectionFlags)flags
Note: See TracChangeset for help on using the changeset viewer.