| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 056f98f82e32d04d620af94c29c8f1fb6d67bf1f..0450497d67e9aceae2e19920a87ccfb41fbed76c 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -54,8 +54,6 @@ interface HTMLOptionsCollection {
|
| interface HTMLSelectElement {
|
| [Suppressed] void add([Optional=DefaultIsUndefined] in HTMLElement element, [Optional=DefaultIsUndefined] in HTMLElement before);
|
| [Suppressed, Custom] void remove();
|
| - [Custom] void remove(in long index);
|
| - [Custom] void remove(in HTMLOptionElement option);
|
| };
|
|
|
| [Supplemental]
|
|
|