[iOS][WK2] WebKit2 does not set CanPreventNativeGestures on the platform events
Created attachment 230875 [details] Patch
Created attachment 230952 [details] Patch
Comment on attachment 230952 [details] Patch Clearing flags on attachment: 230952 Committed r168393: <http://trac.webkit.org/changeset/168393>
All reviewed patches have been landed. Closing bug.
(In reply to comment #3) > (From update of attachment 230952 [details]) > Clearing flags on attachment: 230952 > > Committed r168393: <http://trac.webkit.org/changeset/168393> and the !IOS buildfix landed in https://trac.webkit.org/changeset/168414 bool allTouchPointsAreReleased() const is a member of WebTouchEvent, not WebPlatformTouchEvent.
(In reply to comment #5) > (In reply to comment #3) > > (From update of attachment 230952 [details] [details]) > > Clearing flags on attachment: 230952 > > > > Committed r168393: <http://trac.webkit.org/changeset/168393> > > and the !IOS buildfix landed in https://trac.webkit.org/changeset/168414 > > bool allTouchPointsAreReleased() const is a member > of WebTouchEvent, not WebPlatformTouchEvent. Sorry about that. Thanks for fixing.