Index: Source/core/html/HTMLCollection.idl |
diff --git a/Source/core/html/HTMLCollection.idl b/Source/core/html/HTMLCollection.idl |
index 337cfea07b346d8d8921d366bf5fcd3bcdeeebfb..43a9080a1b55f4b57f7552a9845ed719d5303c33 100644 |
--- a/Source/core/html/HTMLCollection.idl |
+++ b/Source/core/html/HTMLCollection.idl |
@@ -22,7 +22,7 @@ |
[ |
Custom=Wrap, |
DependentLifetime, |
- SetWrapperReferenceFrom=ownerNode, |
+ SetWrapperReferenceFromReference=ownerNode, |
] interface HTMLCollection { |
readonly attribute unsigned long length; |
getter Element item([Default=Undefined] optional unsigned long index); |