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(); |
sof
2016/05/31 18:34:24
Web platform API-atypical for this to be "getRange
dtapuska
2016/05/31 18:37:19
This is done on purpose. This is intended to retur
chongz
2016/05/31 18:41:42
Thanks for the question!
Please see dtapuska@'s c
|
}; |