Index: Source/core/dom/TreeWalker.idl |
diff --git a/Source/core/dom/TreeWalker.idl b/Source/core/dom/TreeWalker.idl |
index 50ade191fd7dcb97044847d6086dbae3f8b6444e..6cfa8a33f2d08d5b874bb709507423464eca8e8f 100644 |
--- a/Source/core/dom/TreeWalker.idl |
+++ b/Source/core/dom/TreeWalker.idl |
@@ -24,7 +24,7 @@ |
SetWrapperReferenceTo(NodeFilter filter), |
WillBeGarbageCollected, |
] interface TreeWalker { |
- readonly attribute Node root; |
+ [SameObject] readonly attribute Node root; |
readonly attribute unsigned long whatToShow; |
readonly attribute NodeFilter? filter; |
[RaisesException=Setter] attribute Node currentNode; |