Index: Source/core/dom/NodeIterator.idl |
diff --git a/Source/core/dom/NodeIterator.idl b/Source/core/dom/NodeIterator.idl |
index bca3510017df0eb049e4cb4168015f2b999a011c..e7e60da1be62e900cfd25d09e1559d28d8b5f9d3 100644 |
--- a/Source/core/dom/NodeIterator.idl |
+++ b/Source/core/dom/NodeIterator.idl |
@@ -24,7 +24,7 @@ |
SetWrapperReferenceTo(NodeFilter filter), |
WillBeGarbageCollected, |
] interface NodeIterator { |
- readonly attribute Node root; |
+ [SameObject] readonly attribute Node root; |
readonly attribute Node referenceNode; |
readonly attribute boolean pointerBeforeReferenceNode; |
readonly attribute unsigned long whatToShow; |