Bug 134530

Summary: [iOS][WK2] Fix a race between the short tap and long tap highlight
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch enrica: review+

Description Benjamin Poulain 2014-07-01 17:24:56 PDT
[iOS][WK2] Fix a race between the short tap and long tap highlight
Comment 1 Benjamin Poulain 2014-07-01 17:35:15 PDT
Created attachment 234226 [details]
Patch
Comment 2 Enrica Casucci 2014-07-01 17:38:25 PDT
Comment on attachment 234226 [details]
Patch

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

Looks reasonable,

> Source/WebKit2/ChangeLog:23
> +        Just invalidating the ID would create an other race:

typo 'an other'
Comment 3 Benjamin Poulain 2014-07-01 17:49:56 PDT
Committed r170684: <http://trac.webkit.org/changeset/170684>