RESOLVED FIXED 122615
REGRESSION(r157203): WebKit crashes after dispatching gesture event
https://bugs.webkit.org/show_bug.cgi?id=122615
Summary REGRESSION(r157203): WebKit crashes after dispatching gesture event
Ryosuke Niwa
Reported 2013-10-10 13:01:04 PDT
EventDispatcher::dispatchEvent(this, gestureEvent.release()); ASSERT(!gestureEvent->defaultPrevented()); return gestureEvent->defaultHandled() || gestureEvent->defaultPrevented(); } Can't release the event if we're calling method on it later. <rdar://problem/15198799>
Attachments
Fixes the bug (1.27 KB, patch)
2013-10-10 13:03 PDT, Ryosuke Niwa
andersca: review+
Ryosuke Niwa
Comment 1 2013-10-10 13:03:06 PDT
Created attachment 213916 [details] Fixes the bug
Ryosuke Niwa
Comment 2 2013-10-10 13:04:32 PDT
Note You need to log in before you can comment on or make changes to this bug.