| Index: Source/core/dom/NodeIterator.idl
|
| diff --git a/Source/core/dom/NodeIterator.idl b/Source/core/dom/NodeIterator.idl
|
| index 8da36f690d5e9c60495484ea7f6357a94de76fdc..8d2caa38ea9f401b47513fc2f4898539e78a9eb6 100644
|
| --- a/Source/core/dom/NodeIterator.idl
|
| +++ b/Source/core/dom/NodeIterator.idl
|
| @@ -29,7 +29,7 @@
|
| readonly attribute Node referenceNode;
|
| readonly attribute boolean pointerBeforeReferenceNode;
|
|
|
| - [CallWith=ScriptState, RaisesException] Node nextNode();
|
| - [CallWith=ScriptState, RaisesException] Node previousNode();
|
| + [RaisesException] Node nextNode();
|
| + [RaisesException] Node previousNode();
|
| void detach();
|
| };
|
|
|