| Index: lib/dom/idl/dart/dart.idl
|
| diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl
|
| index 0699fc5a9cfb0d5ffc552a8a172ac6b095213b1a..e7ccb98b1418d0a58225c7b4ade64200c2f7a4dc 100644
|
| --- a/lib/dom/idl/dart/dart.idl
|
| +++ b/lib/dom/idl/dart/dart.idl
|
| @@ -69,6 +69,11 @@ module html {
|
| };
|
|
|
| [Supplemental]
|
| + interface HTMLSelectElement {
|
| + [Suppressed] void add([Optional=DefaultIsUndefined] in HTMLElement element, [Optional=DefaultIsUndefined] in HTMLElement before);
|
| + };
|
| +
|
| + [Supplemental]
|
| interface ImageData {
|
| readonly attribute Uint8ClampedArray data;
|
| };
|
|
|