| 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 6b2d07dc84c49e4e5a2ca9d2c2711cd71feefb9c..89c8e095e5e0d61e7a41913edeaeece17c3deaf3 100644
|
| --- a/third_party/WebKit/Source/core/events/InputEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/InputEventInit.idl
|
| @@ -7,5 +7,7 @@
|
| [
|
| RuntimeEnabled=InputEvent,
|
| ] dictionary InputEventInit : UIEventInit {
|
| - // TODO(chongz): Add 'inputType', 'data', 'isComposing' and 'targetRanges'
|
| + DOMString inputType = "";
|
| + DOMString data = "";
|
| + // TODO(chongz): Add 'isComposing' and 'targetRanges'
|
| };
|
|
|