Index: Source/core/html/HTMLOptionsCollection.idl |
diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl |
index 6747e90b612b35735ac5c4d6daaa64a849f84c01..839c1d7d5aaaf6901f4e8e126dad28854c1166b9 100644 |
--- a/Source/core/html/HTMLOptionsCollection.idl |
+++ b/Source/core/html/HTMLOptionsCollection.idl |
@@ -25,7 +25,7 @@ |
attribute long selectedIndex; |
[CustomSetter, SetterRaisesException] attribute unsigned long length; |
[ImplementedAs=item] getter Node(unsigned long index); |
- [Custom] setter boolean (unsigned long index, Node value); |
+ [ImplementedAs=anonymousIndexedSetter, RaisesException] setter HTMLOptionElement (unsigned long index, HTMLOptionElement value); |
[ImplementedAs=anonymousNamedGetter] getter (NodeList or Node)(DOMString name); |
[Custom] Node namedItem([Default=Undefined] optional DOMString name); |