| 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 cc1d595bf9e82fa16dcde23b0ecbfbe72ae71f7f..b90828df240de4f2addf659b27a4b334808018b8 100644
|
| --- a/third_party/WebKit/Source/core/events/InputEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/InputEvent.idl
|
| @@ -8,5 +8,7 @@
|
| Constructor(DOMString type, optional InputEventInit eventInitDict),
|
| RuntimeEnabled=InputEvent,
|
| ] interface InputEvent : UIEvent {
|
| - // TODO(chongz): Add 'inputType', 'data', 'isComposing' and 'targetRanges'
|
| + readonly attribute DOMString inputType;
|
| + readonly attribute DOMString data;
|
| + // TODO(chongz): Add 'isComposing' and 'targetRanges'
|
| };
|
|
|