[Webkit-unassigned] [Bug 122615] New: REGRESSION(r157203): WebKit crashes after dispatching gesture event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 10 13:02:15 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122615

           Summary: REGRESSION(r157203): WebKit crashes after dispatching
                    gesture event
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: andersca at apple.com, koivisto at iki.fi, akling at apple.com,
                    thorton at apple.com


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>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list