Bug 133165 - [iOS][WK2] Reset the special action-target of WKSyntheticClickTapGestureRecognizer on destruction
Summary: [iOS][WK2] Reset the special action-target of WKSyntheticClickTapGestureRecog...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-05-21 20:07 PDT by Benjamin Poulain
Modified: 2014-05-22 20:17 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.93 KB, patch)
2014-05-21 20:13 PDT, Benjamin Poulain
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-05-21 20:07:48 PDT
[iOS][WK2] Reset the special action-target of WKSyntheticClickTapGestureRecognizer on destruction
Comment 1 Benjamin Poulain 2014-05-21 20:13:05 PDT
Created attachment 231850 [details]
Patch
Comment 2 Benjamin Poulain 2014-05-21 20:13:40 PDT
<rdar://problem/16978192>
Comment 3 Andy Estes 2014-05-22 19:49:12 PDT
Comment on attachment 231850 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=231850&action=review

> Source/WebKit2/ChangeLog:11
> +        This patch cleanup the target-action on destruction to avoid accessing a destructed object.

cleanup => cleans up
Comment 4 Benjamin Poulain 2014-05-22 20:17:45 PDT
Committed r169240: <http://trac.webkit.org/changeset/169240>