| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index 50319f79b7dec97f43b5c5c75898692eba1112e3..536c51a5176f50968489ddc30eca3229151e864e 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -189,7 +189,7 @@ abstract class Compiler {
|
| _reporter = new CompilerDiagnosticReporter(this, options);
|
| }
|
| frontendStrategy = options.loadFromDill
|
| - ? new KernelFrontEndStrategy(reporter, environment)
|
| + ? new KernelFrontEndStrategy(options, reporter, environment)
|
| : new ResolutionFrontEndStrategy(this);
|
| backendStrategy = options.loadFromDill
|
| ? new KernelBackendStrategy(this)
|
|
|