| Index: utils/apidoc/html_diff.dart
|
| diff --git a/utils/apidoc/html_diff.dart b/utils/apidoc/html_diff.dart
|
| index 86c8549c0e3a725e62a8daf7c7a093327a752702..71aec260cd6c757906d47de94491e97a341e09ff 100644
|
| --- a/utils/apidoc/html_diff.dart
|
| +++ b/utils/apidoc/html_diff.dart
|
| @@ -68,8 +68,8 @@ class HtmlDiff {
|
| * calling [HtmlDiff.run].
|
| */
|
| static void initialize(Path libDir) {
|
| - _compilation = new Compilation.library(
|
| - const <Path>[const Path(HTML_LIBRARY_NAME)], libDir);
|
| + _compilation = new Compilation.library(<Path>[new Path(HTML_LIBRARY_NAME)],
|
| + libDir);
|
| _mirrors = _compilation.mirrors;
|
| }
|
|
|
|
|