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