| 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 9baa4b83fe048abfe77f87226b376d33557743f2..501b8771c69de580fcbcbebdb0d26d3908dbaa91 100644
|
| --- a/third_party/WebKit/Source/core/events/DragEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/DragEvent.cpp
|
| @@ -46,7 +46,7 @@ DragEvent::DragEvent(const AtomicString& eventType, bool canBubble, bool cancela
|
| PlatformMouseEvent::SyntheticEventType syntheticEventType)
|
| : MouseEvent(eventType, canBubble, cancelable, view, detail, screenX, screenY,
|
| windowX, windowY, movementX, movementY, modifiers, button, buttons, relatedTarget,
|
| - platformTimeStamp, syntheticEventType)
|
| + platformTimeStamp, syntheticEventType, String())
|
| , m_dataTransfer(dataTransfer)
|
|
|
| {
|
|
|