Index: third_party/WebKit/Source/core/events/EventDispatchMediator.cpp |
diff --git a/third_party/WebKit/Source/core/events/EventDispatchMediator.cpp b/third_party/WebKit/Source/core/events/EventDispatchMediator.cpp |
index 76866f73f650c3da773c7317ea66094a418e8856..f66869a62cfc059d211658bd6fbadcd183fad58f 100644 |
--- a/third_party/WebKit/Source/core/events/EventDispatchMediator.cpp |
+++ b/third_party/WebKit/Source/core/events/EventDispatchMediator.cpp |
@@ -50,7 +50,7 @@ DEFINE_TRACE(EventDispatchMediator) |
visitor->trace(m_event); |
} |
-bool EventDispatchMediator::dispatchEvent(EventDispatcher& dispatcher) const |
+DispatchEventResult EventDispatchMediator::dispatchEvent(EventDispatcher& dispatcher) const |
{ |
ASSERT(m_event.get() == &dispatcher.event()); |
return dispatcher.dispatch(); |