Chromium Code Reviews| Index: utils/apidoc/apidoc.dart |
| diff --git a/utils/apidoc/apidoc.dart b/utils/apidoc/apidoc.dart |
| index 21ca745529a93c2e9cf914901ce294bf2262d51f..ba777aac94ad458b27977e691a55f87af74409d1 100644 |
| --- a/utils/apidoc/apidoc.dart |
| +++ b/utils/apidoc/apidoc.dart |
| @@ -30,7 +30,7 @@ void main() { |
| final args = new Options().arguments; |
| int mode = doc.MODE_STATIC; |
| - Path outputDir = const Path('docs'); |
| + Path outputDir = new Path('docs'); |
| bool generateAppCache = false; |
| // Parse the command-line arguments. |