Index: third_party/WebKit/Source/core/events/DragEventInit.idl |
diff --git a/third_party/WebKit/Source/core/events/DragEventInit.idl b/third_party/WebKit/Source/core/events/DragEventInit.idl |
index 3b90386dc5af4b8f4335d78669054fe5cc21b7d1..ccf5837cfcf0d521f313a7c36fe329f3e387989f 100644 |
--- a/third_party/WebKit/Source/core/events/DragEventInit.idl |
+++ b/third_party/WebKit/Source/core/events/DragEventInit.idl |
@@ -5,5 +5,5 @@ |
// https://html.spec.whatwg.org/multipage/interaction.html#drageventinit |
dictionary DragEventInit : MouseEventInit { |
- DataTransfer? dataTransfer; |
+ [ImplementedAs=getDataTransfer] DataTransfer? dataTransfer; |
}; |