| Index: Source/core/dom/TreeWalker.idl
|
| diff --git a/Source/core/dom/TreeWalker.idl b/Source/core/dom/TreeWalker.idl
|
| index 2fb6eb58a91b13612dfbecbc75d7b4b41498b015..cd5d6594be221c725d0c42ff05694059d09cba35 100644
|
| --- a/Source/core/dom/TreeWalker.idl
|
| +++ b/Source/core/dom/TreeWalker.idl
|
| @@ -26,8 +26,7 @@
|
| readonly attribute Node root;
|
| readonly attribute unsigned long whatToShow;
|
| readonly attribute NodeFilter filter;
|
| - [DeprecateAs=TreeWalkerExpandEntityReferences] readonly attribute boolean expandEntityReferences;
|
| - [RaisesException=Setter] attribute Node currentNode;
|
| + [RaisesException=Setter] attribute Node currentNode;
|
|
|
| [RaisesException] Node parentNode();
|
| [RaisesException] Node firstChild();
|
|
|