| Index: Source/core/html/HTMLOptionsCollection.idl
|
| diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl
|
| index a802b20e388ba0a7dfc1540cba6985a1adbb981a..5aa623b7e6e760fb4802c873dc5002aba9ee862a 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, TypeChecking=Interface|Nullable] setter HTMLOptionElement (unsigned long index, HTMLOptionElement? value);
|
| + [RaisesException, TypeChecking=Interface] setter HTMLOptionElement (unsigned long index, HTMLOptionElement? value);
|
|
|
| // FIXME: The spec and firefox return an Element (the first matching Element).
|
| [ImplementedAs=namedGetter] getter (NodeList or Element) namedItem(DOMString name);
|
|
|