| 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..987c48c5d29ac3e715334bdfd4ff7836730ec315 100644
|
| --- a/third_party/WebKit/Source/core/events/DragEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/DragEvent.cpp
|
| @@ -54,7 +54,7 @@ DragEvent::DragEvent(const AtomicString& eventType, bool canBubble, bool cancela
|
|
|
| DragEvent::DragEvent(const AtomicString& type, const DragEventInit& initializer)
|
| : MouseEvent(type, initializer)
|
| - , m_dataTransfer(initializer.dataTransfer())
|
| + , m_dataTransfer(initializer.getDataTransfer())
|
| {
|
| }
|
|
|
|
|