| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index 894488820627d1aae38507b881d41dfb6ce309de..38486e7d62370b9ea331f55402be1b226f328d77 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -193,7 +193,7 @@ abstract class Compiler {
|
| _reporter = new CompilerDiagnosticReporter(this, options);
|
| }
|
| frontEndStrategy = options.loadFromDill
|
| - ? new KernelFrontEndStrategy(reporter)
|
| + ? new KernelFrontEndStrategy(reporter, environment)
|
| : new ResolutionFrontEndStrategy(this);
|
| backendStrategy = options.loadFromDill
|
| ? new KernelBackendStrategy()
|
|
|