[webkit-reviews] review granted: [Bug 122580] Remove MouseEventDispatchMediator : [Attachment 213835] Cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 17:11:25 PDT 2013


Antti Koivisto <koivisto at iki.fi> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 122580: Remove MouseEventDispatchMediator
https://bugs.webkit.org/show_bug.cgi?id=122580

Attachment 213835: Cleanup
https://bugs.webkit.org/attachment.cgi?id=213835&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=213835&action=review


> Source/WebCore/dom/Element.cpp:255
> +    bool didNotShallowEvent = dispatchEvent(mouseEvent) &&
!mouseEvent->defaultHandled();

i think you mean "swallow".


More information about the webkit-reviews mailing list