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