Index: third_party/WebKit/Source/core/events/DragEvent.cpp |
diff --git a/third_party/WebKit/Source/core/events/DragEvent.cpp b/third_party/WebKit/Source/core/events/DragEvent.cpp |
index 648032fe3457ae63fe88141b9602a6a3de83c933..9baa4b83fe048abfe77f87226b376d33557743f2 100644 |
--- a/third_party/WebKit/Source/core/events/DragEvent.cpp |
+++ b/third_party/WebKit/Source/core/events/DragEvent.cpp |
@@ -94,7 +94,7 @@ DragEvent& DragEventDispatchMediator::event() const |
return toDragEvent(EventDispatchMediator::event()); |
} |
-bool DragEventDispatchMediator::dispatchEvent(EventDispatcher& dispatcher) const |
+DispatchEventResult DragEventDispatchMediator::dispatchEvent(EventDispatcher& dispatcher) const |
{ |
event().eventPath().adjustForRelatedTarget(dispatcher.node(), event().relatedTarget()); |
return EventDispatchMediator::dispatchEvent(dispatcher); |