Chromium Code Reviews| Index: utils/apidoc/html_diff.dart |
| =================================================================== |
| --- utils/apidoc/html_diff.dart (revision 13683) |
| +++ utils/apidoc/html_diff.dart (working copy) |
| @@ -73,7 +73,7 @@ |
| _mirrors = _compilation.mirrors; |
| } |
| - HtmlDiff([bool printWarnings = false]) : |
| + HtmlDiff({bool printWarnings: false}) : |
| _printWarnings = printWarnings, |
| htmlToDom = new Map<String, Set<String>>(), |
| htmlTypesToDom = new Map<String, Set<String>>(), |