| Index: core/dom/Range.idl
|
| diff --git a/core/dom/Range.idl b/core/dom/Range.idl
|
| index 5452b4541b0cf6b25257f951e6eadc85d609cfbc..88a4a36cf6b89c7ed54137810b616ea0bb4d9f8e 100644
|
| --- a/core/dom/Range.idl
|
| +++ b/core/dom/Range.idl
|
| @@ -25,7 +25,6 @@
|
| Constructor,
|
| ConstructorCallWith=Document,
|
| WillBeGarbageCollected,
|
| - TypeChecking=Interface,
|
| ] interface Range {
|
| readonly attribute Node startContainer;
|
| readonly attribute long startOffset;
|
| @@ -57,7 +56,7 @@
|
| [RaisesException, CustomElementCallbacks] void surroundContents(Node newParent);
|
|
|
| [NewObject] Range cloneRange();
|
| - [DeprecateAs=RangeDetach] void detach();
|
| + [MeasureAs=RangeDetach] void detach();
|
|
|
| [RaisesException] boolean isPointInRange(Node node, long offset);
|
| [RaisesException] short comparePoint(Node node, long offset);
|
|
|