| 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..03e73bd7f92bb0fbf0c36df586802be805854082 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, view, detail, IntPoint(screenX, screenY),
|
| IntPoint(windowX, windowY), IntPoint(movementX, movementY), modifiers,
|
| platformTimeStamp,
|
| syntheticEventType == PlatformMouseEvent::Positionless ? PositionType::Positionless : PositionType::Position,
|
|
|