| Index: Source/core/dom/Range.idl
|
| diff --git a/Source/core/dom/Range.idl b/Source/core/dom/Range.idl
|
| index 4b8a5ee574527aff7ec9ec711e085b651964f152..3aa8246a85b0ed7613762d68bf16698ec1175849 100644
|
| --- a/Source/core/dom/Range.idl
|
| +++ b/Source/core/dom/Range.idl
|
| @@ -21,7 +21,7 @@
|
| // Introduced in DOM Level 2:
|
| [
|
| Constructor,
|
| - ConstructorCallWith=Document
|
| + ConstructorCallWith=Document,
|
| ] interface Range {
|
|
|
| [RaisesException=Getter] readonly attribute Node startContainer;
|
| @@ -91,4 +91,3 @@
|
|
|
| [RaisesException] void expand([Default=Undefined] optional DOMString unit);
|
| };
|
| -
|
|
|