Index: Source/core/html/HTMLOptionsCollection.idl |
diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl |
index 492c604813e5c34bc64c516499c657ae0273e452..a802b20e388ba0a7dfc1540cba6985a1adbb981a 100644 |
--- a/Source/core/html/HTMLOptionsCollection.idl |
+++ b/Source/core/html/HTMLOptionsCollection.idl |
@@ -33,5 +33,5 @@ |
[Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option, optional unsigned long index); |
void remove(unsigned long index); |
- void remove(HTMLOptionElement option); // non-standard |
+ [MeasureAs=HTMLOptionsCollectionRemoveElement] void remove(HTMLOptionElement option); // non-standard |
}; |