| Index: pkg/dart2js_incremental/lib/caching_compiler.dart
|
| diff --git a/pkg/dart2js_incremental/lib/caching_compiler.dart b/pkg/dart2js_incremental/lib/caching_compiler.dart
|
| index aeab05acc6176c37e8c6c70bb0e19cdff83bc1db..b041c00cfcaaf3e3bcce845f677198981a3710f6 100644
|
| --- a/pkg/dart2js_incremental/lib/caching_compiler.dart
|
| +++ b/pkg/dart2js_incremental/lib/caching_compiler.dart
|
| @@ -7,9 +7,9 @@ part of dart2js_incremental;
|
| /// Do not call this method directly. It will be made private.
|
| // TODO(ahe): Make this method private.
|
| Future<Compiler> reuseCompiler(
|
| - {DiagnosticHandler diagnosticHandler,
|
| - CompilerInputProvider inputProvider,
|
| - CompilerOutputProvider outputProvider,
|
| + {CompilerDiagnostics diagnosticHandler,
|
| + CompilerInput inputProvider,
|
| + CompilerOutput outputProvider,
|
| List<String> options: const [],
|
| Compiler cachedCompiler,
|
| Uri libraryRoot,
|
|
|