Chromium Code Reviews| Index: lib/html/doc/interface/FormData.dartdoc |
| =================================================================== |
| --- lib/html/doc/interface/FormData.dartdoc (revision 11420) |
| +++ lib/html/doc/interface/FormData.dartdoc (working copy) |
| @@ -7,7 +7,7 @@ |
| // Do not make code changes here. |
| /// @domName DOMFormData |
| -interface DOMFormData { |
| +interface FormData { |
| /** @domName DOMFormData.append */ |
| void append(String name, String value, String filename); |