| Index: Source/core/html/HTMLOptionsCollection.idl
|
| diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl
|
| index a6f232ae160426f73b2dd03249884dff0c0f855b..9f32344a163dddaef1de92b85870bb127c7f6b86 100644
|
| --- a/Source/core/html/HTMLOptionsCollection.idl
|
| +++ b/Source/core/html/HTMLOptionsCollection.idl
|
| @@ -30,7 +30,7 @@
|
|
|
| [Custom] Node namedItem([Default=Undefined] optional DOMString name);
|
|
|
| - [Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option,
|
| + [Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option,
|
| optional unsigned long index);
|
| [Custom] void remove([Default=Undefined] optional unsigned long index);
|
| };
|
|
|