| 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 7a6dfea8f50f1d9cfdc0030f518e0765ce753076..bdc363150c200baa8ac9456d98061ec8fb3681c2 100644
|
| --- a/third_party/WebKit/Source/core/events/InputEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/InputEventInit.idl
|
| @@ -11,5 +11,5 @@ dictionary InputEventInit : UIEventInit {
|
| DOMString? data;
|
| DataTransfer? dataTransfer;
|
| boolean isComposing = false;
|
| - sequence<Range> ranges = [];
|
| + sequence<StaticRange> targetRanges = [];
|
| };
|
|
|