| Index: third_party/WebKit/Source/core/events/InputEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/InputEvent.idl b/third_party/WebKit/Source/core/events/InputEvent.idl
|
| index 8e1db64b1e2d43c5f02e6033064e3b252fc634b6..dd9fc2dead81098dd137d8f6f75648b2eeb34a5d 100644
|
| --- a/third_party/WebKit/Source/core/events/InputEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/InputEvent.idl
|
| @@ -10,6 +10,7 @@
|
| ] interface InputEvent : UIEvent {
|
| readonly attribute DOMString inputType;
|
| readonly attribute DOMString data;
|
| + readonly attribute DataTransfer dataTransfer;
|
| readonly attribute boolean isComposing;
|
| sequence<StaticRange> getRanges();
|
| };
|
|
|