| Index: third_party/WebKit/Source/core/events/DragEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/DragEvent.idl b/third_party/WebKit/Source/core/events/DragEvent.idl
|
| index 04047e2545a591aa34e0b51fc9496f312f91a55c..53205ec513337169d51cbee600320dfa0f00b579 100644
|
| --- a/third_party/WebKit/Source/core/events/DragEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/DragEvent.idl
|
| @@ -7,5 +7,5 @@
|
| [
|
| Constructor(DOMString type, optional DragEventInit eventInitDict),
|
| ] interface DragEvent : MouseEvent {
|
| - readonly attribute DataTransfer dataTransfer;
|
| + [ImplementedAs=getDataTransfer] readonly attribute DataTransfer dataTransfer;
|
| };
|
|
|