| Index: sdk/lib/_internal/compiler/implementation/dart2js.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/dart2js.dart b/sdk/lib/_internal/compiler/implementation/dart2js.dart
|
| index e64821a30fc943971e7a4414607f17e68a1c6623..e30543a8ea85a4bd8db1d64dd710c1a3115c2991 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/dart2js.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/dart2js.dart
|
| @@ -110,7 +110,7 @@ Future compile(List<String> argv) {
|
| bool analyzeOnly = false;
|
| bool hasDisallowUnsafeEval = false;
|
| // TODO(johnniwinther): Measure time for reading files.
|
| - SourceFileProvider inputProvider = new SourceFileProvider();
|
| + SourceFileProvider inputProvider = new CompilerSourceFileProvider();
|
| diagnosticHandler = new FormattingDiagnosticHandler(inputProvider);
|
|
|
| passThrough(String argument) => options.add(argument);
|
|
|