| Index: Source/core/dom/Range.idl
|
| diff --git a/Source/core/dom/Range.idl b/Source/core/dom/Range.idl
|
| index cb2d8fdd96599324dcbd78754025028f110ec6f9..7217b8e3b6dfa3aca654feba8b6ef0a5835a9a88 100644
|
| --- a/Source/core/dom/Range.idl
|
| +++ b/Source/core/dom/Range.idl
|
| @@ -83,7 +83,7 @@
|
| const unsigned short NODE_BEFORE_AND_AFTER = 2;
|
| const unsigned short NODE_INSIDE = 3;
|
|
|
| - [RaisesException, MeasureAs=RangeCompareNode] short compareNode([Default=Undefined] optional Node refNode);
|
| + [RaisesException, MeasureAs=RangeCompareNode] short compareNode(optional Node refNode);
|
|
|
| - [RaisesException, MeasureAs=RangeExpand] void expand([Default=Undefined] optional DOMString unit);
|
| + [RaisesException, MeasureAs=RangeExpand] void expand(optional DOMString unit);
|
| };
|
|
|