Index: Source/core/dom/NodeIterator.idl |
diff --git a/Source/core/dom/NodeIterator.idl b/Source/core/dom/NodeIterator.idl |
index 451a121a9f4d6fe03c8fd2192347a74866f41998..ef46701e401596b01eb7ccfdabf38017fe82c1a0 100644 |
--- a/Source/core/dom/NodeIterator.idl |
+++ b/Source/core/dom/NodeIterator.idl |
@@ -21,6 +21,7 @@ |
// Introduced in DOM Level 2 |
[ |
SetWrapperReferenceTo(NodeFilter filter), |
+ WillBeGarbageCollected, |
] interface NodeIterator { |
readonly attribute Node root; |
readonly attribute unsigned long whatToShow; |