Bug 195857

Summary: ASSERT(gestureRecognizer == _doubleTapGestureRecognizer) in _doubleTapDidFail:
Product: WebKit Reporter: Dean Jackson <dino>
Component: New BugsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch wenson_hsieh: review+

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.