Bug 134820

Summary: [iOS][WK2] It should be safe to call WKContentViewInteraction's cleanupInteraction multiple times
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

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>