| Index: third_party/WebKit/Source/core/clipboard/DataTransfer.idl
|
| diff --git a/third_party/WebKit/Source/core/clipboard/DataTransfer.idl b/third_party/WebKit/Source/core/clipboard/DataTransfer.idl
|
| index 7f5d90aa20f086be24905610dbf0a47a3a4b4f15..71ab1f72c672d5f180e5a4c8277d7260dedf7d5b 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataTransfer.idl
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataTransfer.idl
|
| @@ -28,7 +28,9 @@
|
|
|
| // https://html.spec.whatwg.org/#the-datatransfer-interface
|
|
|
| -interface DataTransfer {
|
| +[
|
| + Constructor,
|
| +] interface DataTransfer {
|
| attribute DOMString dropEffect;
|
| attribute DOMString effectAllowed;
|
|
|
|
|