| Index: lib/dom/idl/dart/dart.idl
|
| diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl
|
| index 6cc04885fd1be713b70749d820edcd8d16f6ad36..553198d2a7fd25e214b37ffff26d8042d3afafd6 100644
|
| --- a/lib/dom/idl/dart/dart.idl
|
| +++ b/lib/dom/idl/dart/dart.idl
|
| @@ -284,6 +284,15 @@ module core {
|
| };
|
| }
|
|
|
| +module html {
|
| + [Supplemental,
|
| + CustomConstructor,
|
| + // Provide missing constructor signature.
|
| + Constructor([Optional] in FormElement form)]
|
| + interface FormData {
|
| + };
|
| +}
|
| +
|
| module storage {
|
| [Supplemental]
|
| interface SQLResultSetRowList {
|
|
|