| Index: Source/core/dom/TreeWalker.idl
|
| diff --git a/Source/core/dom/TreeWalker.idl b/Source/core/dom/TreeWalker.idl
|
| index efd5cfb3ad1255a3e77412ce502879a357562240..70c9200f671851264684e7b93de962c10b7c3013 100644
|
| --- a/Source/core/dom/TreeWalker.idl
|
| +++ b/Source/core/dom/TreeWalker.idl
|
| @@ -28,11 +28,11 @@
|
| readonly attribute boolean expandEntityReferences;
|
| [RaisesException=Setter] attribute Node currentNode;
|
|
|
| - [CallWith=ScriptState] Node parentNode();
|
| - [CallWith=ScriptState] Node firstChild();
|
| - [CallWith=ScriptState] Node lastChild();
|
| - [CallWith=ScriptState] Node previousSibling();
|
| - [CallWith=ScriptState] Node nextSibling();
|
| - [CallWith=ScriptState] Node previousNode();
|
| - [CallWith=ScriptState] Node nextNode();
|
| + [RaisesException] Node parentNode();
|
| + [RaisesException] Node firstChild();
|
| + [RaisesException] Node lastChild();
|
| + [RaisesException] Node previousSibling();
|
| + [RaisesException] Node nextSibling();
|
| + [RaisesException] Node previousNode();
|
| + [RaisesException] Node nextNode();
|
| };
|
|
|