| Index: Source/core/dom/TreeWalker.idl
|
| diff --git a/Source/core/dom/TreeWalker.idl b/Source/core/dom/TreeWalker.idl
|
| index 3a844b7e14731444381808e599ebd00370d15170..bfb435bdece8c1ba242e982d6631f7938acb72a1 100644
|
| --- a/Source/core/dom/TreeWalker.idl
|
| +++ b/Source/core/dom/TreeWalker.idl
|
| @@ -23,7 +23,7 @@ interface TreeWalker {
|
| readonly attribute Node root;
|
| readonly attribute unsigned long whatToShow;
|
| readonly attribute NodeFilter filter;
|
| - readonly attribute boolean expandEntityReferences;
|
| + readonly attribute boolean expandEntityReferences;
|
| [SetterRaisesException] attribute Node currentNode;
|
|
|
| [CallWith=ScriptState] Node parentNode();
|
|
|