Index: Source/core/html/HTMLFormControlsCollection.idl |
diff --git a/Source/core/html/HTMLFormControlsCollection.idl b/Source/core/html/HTMLFormControlsCollection.idl |
index 5ed779f2dfa1be74b19917aed25508faacab8429..1c7c026914209e355780592804070bfdd6f04222 100644 |
--- a/Source/core/html/HTMLFormControlsCollection.idl |
+++ b/Source/core/html/HTMLFormControlsCollection.idl |
@@ -21,7 +21,7 @@ |
[ |
DependentLifetime, |
- SetWrapperReferenceFrom=ownerNode, |
+ SetWrapperReferenceFromReference=ownerNode, |
] interface HTMLFormControlsCollection : HTMLCollection { |
[ImplementedAs=item] getter Node (unsigned long index); |
[ImplementedAs=namedGetter] getter (RadioNodeList or Element) namedItem(DOMString name); // shadows inherited namedItem() |