| 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 6a75df38b85c87c2183743b2413aee66f25e6e7c..a92c453de741dd129d504bcafef8f5189f26be76 100644
|
| --- a/third_party/WebKit/Source/core/events/DragEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/DragEvent.cpp
|
| @@ -95,7 +95,7 @@ DragEvent& DragEventDispatchMediator::event() const
|
| return toDragEvent(EventDispatchMediator::event());
|
| }
|
|
|
| -bool DragEventDispatchMediator::dispatchEvent(EventDispatcher& dispatcher) const
|
| +WebInputEventResult DragEventDispatchMediator::dispatchEvent(EventDispatcher& dispatcher) const
|
| {
|
| event().eventPath().adjustForRelatedTarget(dispatcher.node(), event().relatedTarget());
|
| return EventDispatchMediator::dispatchEvent(dispatcher);
|
|
|