Index: third_party/WebKit/Source/core/events/MouseEvent.cpp |
diff --git a/third_party/WebKit/Source/core/events/MouseEvent.cpp b/third_party/WebKit/Source/core/events/MouseEvent.cpp |
index efc23493c562e5074503966c8bdcd1581112ed00..cca9e8e3c7a9cdebcee7ccaa3cc37d4c624ccf45 100644 |
--- a/third_party/WebKit/Source/core/events/MouseEvent.cpp |
+++ b/third_party/WebKit/Source/core/events/MouseEvent.cpp |
@@ -119,7 +119,7 @@ MouseEvent::MouseEvent(const AtomicString& eventType, bool canBubble, bool cance |
double platformTimeStamp, |
PlatformMouseEvent::SyntheticEventType syntheticEventType, |
const String& region) |
- : MouseRelatedEvent(eventType, canBubble, cancelable, view, detail, IntPoint(screenX, screenY), |
+ : MouseRelatedEvent(eventType, canBubble, cancelable, relatedTarget.get(), view, detail, IntPoint(screenX, screenY), |
IntPoint(windowX, windowY), IntPoint(movementX, movementY), modifiers, |
platformTimeStamp, |
syntheticEventType == PlatformMouseEvent::Positionless ? PositionType::Positionless : PositionType::Position, |