| Index: Source/core/html/HTMLOptionsCollection.idl
|
| diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl
|
| index f451185fc6415263b88fabd31684e73173d62ce9..487728b7b6f3d47cef7fc8e3216ad369d78f5490 100644
|
| --- a/Source/core/html/HTMLOptionsCollection.idl
|
| +++ b/Source/core/html/HTMLOptionsCollection.idl
|
| @@ -31,6 +31,6 @@
|
| // FIXME: The spec and firefox return an Element (the first matching Element).
|
| [ImplementedAs=namedGetter] getter (NodeList or Element) namedItem(DOMString name);
|
|
|
| - [Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option, optional unsigned long index);
|
| + [Custom, RaisesException] void add(optional HTMLOptionElement option, optional unsigned long index);
|
| void remove(unsigned long index);
|
| };
|
|
|