| 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 e9b0b5dc31eb43d5fda8ead2467d7fb02e594970..ffdaf100698faad4276b2ba9ed41cb07de527168 100644
|
| --- a/third_party/WebKit/Source/core/events/InputEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/InputEventInit.idl
|
| @@ -10,5 +10,5 @@
|
| DOMString inputType = "";
|
| DOMString data = "";
|
| boolean isComposing = false;
|
| - // TODO(chongz): Add 'targetRanges'
|
| + sequence<Range> ranges = [];
|
| };
|
|
|