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