| Index: Source/core/html/HTMLOptionsCollection.idl
|
| diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl
|
| index 2688291ad5fd30626aa2a69827aac4e7fef1c1f5..5294ae88a97c22ed1b07d4dd6b935bda341873e2 100644
|
| --- a/Source/core/html/HTMLOptionsCollection.idl
|
| +++ b/Source/core/html/HTMLOptionsCollection.idl
|
| @@ -26,7 +26,7 @@
|
| attribute long selectedIndex;
|
| [Custom=Setter, RaisesException=Setter] attribute unsigned long length;
|
| [ImplementedAs=item] getter Node (unsigned long index);
|
| - [RaisesException] setter HTMLOptionElement (unsigned long index, [TreatNullAs=anonymousIndexedSetterRemove, TreatUndefinedAs=anonymousIndexedSetterRemove] HTMLOptionElement value);
|
| + [RaisesException, StrictTypeChecking] setter HTMLOptionElement (unsigned long index, HTMLOptionElement? value);
|
| [NotEnumerable] getter (NodeList or Element) (DOMString name);
|
|
|
| [Custom] Element namedItem([Default=Undefined] optional DOMString name);
|
|
|