| 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 92e3a0f357baa7bcc6e5f3601e9b0d0dbd3d684e..f0b1e46091707d9901b7578f7a4baa3ae0f33119 100644
|
| --- a/third_party/WebKit/Source/core/events/DragEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/DragEvent.cpp
|
| @@ -49,7 +49,7 @@ DragEvent::DragEvent(const AtomicString& eventType, bool canBubble, bool cancela
|
| platformTimeStamp, syntheticEventType,
|
| // TODO(zino): Should support canvas hit region because the drag event
|
| // is a kind of mouse event. Please see http://crbug.com/594073
|
| - String())
|
| + String(), nullptr)
|
| , m_dataTransfer(dataTransfer)
|
|
|
| {
|
|
|