| Index: sdk/lib/html/idl/dart/dart.idl
|
| diff --git a/sdk/lib/html/idl/dart/dart.idl b/sdk/lib/html/idl/dart/dart.idl
|
| index 9fa23a090c7a0d51f1f31766381cd72a5f431ed0..3ab64c5efff9bd845a301596450138eda0b40ac4 100644
|
| --- a/sdk/lib/html/idl/dart/dart.idl
|
| +++ b/sdk/lib/html/idl/dart/dart.idl
|
| @@ -47,6 +47,9 @@ module html {
|
| [Supplemental]
|
| 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]
|
|
|