| Index: Source/core/editing/Selection.idl
|
| diff --git a/Source/core/editing/Selection.idl b/Source/core/editing/Selection.idl
|
| index 263a3c2b8e93c7e002f5e10378aeb567b554c4a2..62458854d71bd04295e18230bce7c9fe9cb62599 100644
|
| --- a/Source/core/editing/Selection.idl
|
| +++ b/Source/core/editing/Selection.idl
|
| @@ -53,12 +53,12 @@
|
| // http://crbug.com/384966
|
| [RaisesException, TypeChecking=Interface] void extend(Node node, optional long offset = 0);
|
|
|
| - [RaisesException] void selectAllChildren([Default=Undefined] optional Node node);
|
| + [RaisesException] void selectAllChildren(Node node);
|
| [CustomElementCallbacks] void deleteFromDocument();
|
|
|
| readonly attribute long rangeCount;
|
| - [RaisesException] Range getRangeAt([Default=Undefined] optional long index);
|
| - void addRange([Default=Undefined] optional Range range);
|
| + [RaisesException] Range getRangeAt(long index);
|
| + void addRange(Range range);
|
| void removeAllRanges();
|
|
|
| [NotEnumerable] stringifier;
|
|
|