Chromium Code Reviews| 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; |
|
foolip
2016/12/14 19:07:31
This one needs a test, as new InputEvent('type', {
lunalu1
2016/12/15 10:33:54
Done.
|
| readonly attribute DataTransfer? dataTransfer; |
| readonly attribute boolean isComposing; |
| sequence<StaticRange> getTargetRanges(); |