| 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 4fc702ca4b184facb7eb3ec62910834ef261f671..1619f870824450cf0868e9c3d41353a158d98fd9 100644
|
| --- a/third_party/WebKit/Source/core/events/InputEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/InputEvent.idl
|
| @@ -11,7 +11,7 @@
|
| RuntimeEnabled=InputEvent,
|
| ] interface InputEvent : UIEvent {
|
| readonly attribute DOMString inputType;
|
| - readonly attribute DOMString? data;
|
| + readonly attribute DOMString data;
|
| readonly attribute DataTransfer? dataTransfer;
|
| readonly attribute boolean isComposing;
|
| sequence<StaticRange> getTargetRanges();
|
|
|