| 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 872c781a9eb9eb7da16f0a60bc08538ab469a8fe..8e1db64b1e2d43c5f02e6033064e3b252fc634b6 100644
|
| --- a/third_party/WebKit/Source/core/events/InputEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/InputEvent.idl
|
| @@ -11,6 +11,5 @@
|
| readonly attribute DOMString inputType;
|
| readonly attribute DOMString data;
|
| readonly attribute boolean isComposing;
|
| - // TODO(chongz): Return StaticRange.
|
| - sequence<Range> getRanges();
|
| + sequence<StaticRange> getRanges();
|
| };
|
|
|