Index: Source/core/html/HTMLOptionsCollection.idl |
diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl |
index 30c4038868ffc92aa25236ab2d0cdefa4cc7d512..11d7673e61fddc1fed993dd748f61e31b3bdd9d0 100644 |
--- a/Source/core/html/HTMLOptionsCollection.idl |
+++ b/Source/core/html/HTMLOptionsCollection.idl |
@@ -21,7 +21,7 @@ |
[ |
DependentLifetime, |
- SetWrapperReferenceFromReference=ownerNode, |
+ SetWrapperReferenceFrom=ownerNode, |
] interface HTMLOptionsCollection : HTMLCollection { |
attribute long selectedIndex; |
[Custom=Setter, RaisesException=Setter] attribute unsigned long length; |