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