| Index: third_party/WebKit/Source/core/events/DragEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/DragEvent.h b/third_party/WebKit/Source/core/events/DragEvent.h
|
| index 1e85a8e754e656b057376acb517338d84e228603..cb81af90857e57f6aa8f42e70324d8df84c18a6a 100644
|
| --- a/third_party/WebKit/Source/core/events/DragEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/DragEvent.h
|
| @@ -40,7 +40,7 @@ public:
|
| return adoptRefWillBeNoop(new DragEvent(type, initializer));
|
| }
|
|
|
| - DataTransfer* dataTransfer() const override { return isDragEvent() ? m_dataTransfer.get() : nullptr; }
|
| + DataTransfer* getDataTransfer() const override { return isDragEvent() ? m_dataTransfer.get() : nullptr; }
|
|
|
| bool isDragEvent() const override;
|
| bool isMouseEvent() const override;
|
|
|