| Index: Source/core/html/HTMLOptionsCollection.idl
|
| diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl
|
| index 6747e90b612b35735ac5c4d6daaa64a849f84c01..82d4bce0573032f8215f5aa9546e7a00210ec1f2 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, [TreatNullAs=anonymousIndexedSetterRemove, TreatUndefinedAs=anonymousIndexedSetterRemove] HTMLOptionElement value);
|
| [ImplementedAs=anonymousNamedGetter] getter (NodeList or Node)(DOMString name);
|
|
|
| [Custom] Node namedItem([Default=Undefined] optional DOMString name);
|
|
|