| Index: Source/core/dom/Range.idl
|
| diff --git a/Source/core/dom/Range.idl b/Source/core/dom/Range.idl
|
| index afc726788657c2dd8e462c3c6dd9f4d9866d85f7..54d0b482e88f1e46c63b2536ba34c0f53f04077e 100644
|
| --- a/Source/core/dom/Range.idl
|
| +++ b/Source/core/dom/Range.idl
|
| @@ -48,7 +48,7 @@
|
| const unsigned short END_TO_END = 2;
|
| const unsigned short END_TO_START = 3;
|
|
|
| - [RaisesException] short compareBoundaryPoints(CompareHow how, Range sourceRange);
|
| + [RaisesException, TypeChecking=Interface] short compareBoundaryPoints(CompareHow how, Range sourceRange);
|
|
|
| [RaisesException, CustomElementCallbacks] void deleteContents();
|
| [RaisesException, CustomElementCallbacks] DocumentFragment extractContents();
|
|
|