RESOLVED FIXED 195857
ASSERT(gestureRecognizer == _doubleTapGestureRecognizer) in _doubleTapDidFail:
https://bugs.webkit.org/show_bug.cgi?id=195857
Summary ASSERT(gestureRecognizer == _doubleTapGestureRecognizer) in _doubleTapDidFail:
Dean Jackson
Reported 2019-03-16 14:37:30 PDT
ASSERT(gestureRecognizer == _doubleTapGestureRecognizer) in _doubleTapDidFail:
Attachments
Patch (2.53 KB, patch)
2019-03-16 14:42 PDT, Dean Jackson
wenson_hsieh: review+
Dean Jackson
Comment 1 2019-03-16 14:38:02 PDT
Dean Jackson
Comment 2 2019-03-16 14:42:19 PDT
Wenson Hsieh
Comment 3 2019-03-16 14:47:41 PDT
Comment on attachment 364942 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=364942&action=review > Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:652 > + [_doubleTapGestureRecognizer setGestureFailedTarget:self action:nil]; Nit - Is there a reason we prefer setting the target to self instead of nil?
Dean Jackson
Comment 4 2019-03-16 15:04:35 PDT
Note You need to log in before you can comment on or make changes to this bug.