| Index: third_party/WebKit/Source/core/editing/Selection.idl
|
| diff --git a/third_party/WebKit/Source/core/editing/Selection.idl b/third_party/WebKit/Source/core/editing/Selection.idl
|
| index fe1fd914830b0d1d11f1e6111db5a8704456450b..1fc68ff6b635795e8a0a0dd4ac80901a4de2aba0 100644
|
| --- a/third_party/WebKit/Source/core/editing/Selection.idl
|
| +++ b/third_party/WebKit/Source/core/editing/Selection.idl
|
| @@ -40,8 +40,7 @@
|
| [MeasureAs=SelectionType] readonly attribute DOMString type;
|
| [MeasureAs=SelectionGetRangeAt, RaisesException] Range getRangeAt(unsigned long index);
|
| [MeasureAs=SelectionAddRange] void addRange(Range range);
|
| - // TODO(yoichio): Implement removeRange. crbug.com/391673
|
| - //void removeRange(Range range);
|
| + void removeRange(Range range);
|
| [MeasureAs=SelectionRemoveAllRanges] void removeAllRanges();
|
| [MeasureAs=SelectionEmpty] void empty();
|
| [MeasureAs=SelectionCollapse, RaisesException] void collapse(Node? node, optional unsigned long offset = 0);
|
|
|