Chromium Code Reviews| Index: lib/dom/idl/dart/dart.idl |
| =================================================================== |
| --- lib/dom/idl/dart/dart.idl (revision 11420) |
| +++ lib/dom/idl/dart/dart.idl (working copy) |
| @@ -284,6 +284,15 @@ |
| }; |
| } |
| +module html { |
| + [Supplemental, |
| + CustomConstructor, |
| + // Provide missing constructor signature. |
| + Constructor([Optional] in FormElement form)] |
| + interface FormData { |
| + }; |
| +} |
| + |
| module storage { |
| [Supplemental] |
| interface SQLResultSetRowList { |