| Index: third_party/WebKit/Source/core/events/InputEventInit.idl
|
| diff --git a/third_party/WebKit/Source/core/events/InputEventInit.idl b/third_party/WebKit/Source/core/events/InputEventInit.idl
|
| index 7a6dfea8f50f1d9cfdc0030f518e0765ce753076..ec4dc983d8ed281b2567b60bac8137223efc0ad9 100644
|
| --- a/third_party/WebKit/Source/core/events/InputEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/InputEventInit.idl
|
| @@ -8,7 +8,7 @@
|
| // https://w3c.github.io/input-events/#interface-InputEventInit
|
| dictionary InputEventInit : UIEventInit {
|
| DOMString inputType = "";
|
| - DOMString? data;
|
| + DOMString data;
|
| DataTransfer? dataTransfer;
|
| boolean isComposing = false;
|
| sequence<Range> ranges = [];
|
|
|