| 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 b6f216f57fbbc88af72a2c255fff2c20e47083e1..2f8b61c191522fd5ababff02dda29e5bdd0c8bdb 100644
|
| --- a/third_party/WebKit/Source/core/editing/Selection.idl
|
| +++ b/third_party/WebKit/Source/core/editing/Selection.idl
|
| @@ -51,7 +51,7 @@
|
| [MeasureAs=SelectionCollapseToStart, RaisesException] void collapseToStart();
|
| [MeasureAs=SelectionCollapseToEnd, RaisesException] void collapseToEnd();
|
| [MeasureAs=SelectionExtend, RaisesException] void extend(Node node, optional long offset = 0);
|
| - // TODO(philipj): The arguments should be anchorNode, anchorOffset,
|
| + // TODO(foolip): The arguments should be anchorNode, anchorOffset,
|
| // focusNode and focusOffset, and none of them are nullable in the spec.
|
| [MeasureAs=SelectionSetBaseAndExtent, RaisesException] void setBaseAndExtent(Node? baseNode, long baseOffset,
|
| Node? extentNode, long extentOffset);
|
|
|