Bug 129135

Summary: ASSERT on touches callbacks after r164409 on iOS
Product: WebKit Reporter: Enrica Casucci <enrica>
Component: WebKit2Assignee: Enrica Casucci <enrica>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: iPhone / iPad   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=173745
Attachments:
Description Flags
Patch ap: review+

Description Enrica Casucci 2014-02-20 17:55:35 PST
http://trac.webkit.org/changeset/164409 caused a number of ASSERT to fire on iOS.
true was used in the call to m_performCallbackWithReturnValue (instead of false) and false in invalidate (instead of true).
This change also reintroduced the use of isMainThread on WebKit2 which doesn't work on iOS and should replaced with RunLoop::isMain().
Comment 1 Enrica Casucci 2014-02-20 17:58:28 PST
Created attachment 224814 [details]
Patch
Comment 2 Enrica Casucci 2014-02-20 18:08:55 PST
Committed revision 164462.