Bug 134820 - [iOS][WK2] It should be safe to call WKContentViewInteraction's cleanupInteraction multiple times
Summary: [iOS][WK2] It should be safe to call WKContentViewInteraction's cleanupIntera...
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:
Depends on:
Blocks:
 
Reported: 2014-07-10 18:24 PDT by Benjamin Poulain
Modified: 2014-07-10 19:29 PDT (History)
0 users

See Also:


Attachments
Patch (3.06 KB, patch)
2014-07-10 18:45 PDT, Benjamin Poulain
kling: 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-07-10 18:24:15 PDT
[iOS][WK2] It should be safe to call WKContentViewInteraction's cleanupInteraction multiple times
Comment 1 Benjamin Poulain 2014-07-10 18:45:07 PDT
Created attachment 234735 [details]
Patch
Comment 2 Andreas Kling 2014-07-10 19:09:10 PDT
Comment on attachment 234735 [details]
Patch

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

r=me

> Source/WebKit2/ChangeLog:15
> +        are completely symetrical. If cleanup is called twice, the second time would not enter the branch because

Typo: symmetrical.
Comment 3 Benjamin Poulain 2014-07-10 19:29:59 PDT
Committed r170988: <http://trac.webkit.org/changeset/170988>