WKInteractionView always block the main thread when sending touch events
Created attachment 224670 [details] Patch
Comment on attachment 224670 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=224670&action=review Looks good to me. > Source/WebKit2/ChangeLog:3 > + WKInteractionView always block the main thread when sending touch events typo blocks > Source/WebKit2/UIProcess/API/ios/WKInteractionView.mm:152 > + unsigned _nativeWebTouchEventUniqueIdBeingSendSynchronously; I think the name should be _nativeWebTouchEventUniqueIdBeingSentSynchronously
Committed r164469: <http://trac.webkit.org/changeset/164469>