Bug 122615

Summary: REGRESSION(r157203): WebKit crashes after dispatching gesture event
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: UI EventsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, kling, koivisto, thorton
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 122581    
Bug Blocks:    
Attachments:
Description Flags
Fixes the bug andersca: review+

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.