Index: Source/core/html/HTMLOptionsCollection.idl |
diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl |
index 8e5a3b9b8d76ce4cdcf1bfba5b12c6f4f52a1c71..aa47617cb3f61129cf5fe3280750d783b836383e 100644 |
--- a/Source/core/html/HTMLOptionsCollection.idl |
+++ b/Source/core/html/HTMLOptionsCollection.idl |
@@ -33,7 +33,7 @@ |
[Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option, |
optional unsigned long index); |
- void remove([Default=Undefined] optional unsigned long index); |
+ void remove(unsigned long index); |
void remove(HTMLOptionElement option); // Non standard. |
}; |