Index: Source/core/dom/NodeList.idl |
diff --git a/Source/core/dom/NodeList.idl b/Source/core/dom/NodeList.idl |
index b6f81a1c29975771be1cf6970aa1471f1fbcd568..66cc82045c839b45ca408575ed2d494c3dfd7355 100644 |
--- a/Source/core/dom/NodeList.idl |
+++ b/Source/core/dom/NodeList.idl |
@@ -21,6 +21,7 @@ |
[ |
DependentLifetime, |
SetWrapperReferenceFrom=virtualOwnerNode, |
+ WillBeGarbageCollected, |
] interface NodeList { |
getter Node item(unsigned long index); |
readonly attribute unsigned long length; |