| Index: pkg/compiler/tool/perf.dart
|
| diff --git a/pkg/compiler/tool/perf.dart b/pkg/compiler/tool/perf.dart
|
| index ff154bf04b809c34eb24c931dd7d8ef27c2418f6..44d4f369065124aaf90b6d3d2bc61fee01811216 100644
|
| --- a/pkg/compiler/tool/perf.dart
|
| +++ b/pkg/compiler/tool/perf.dart
|
| @@ -365,7 +365,8 @@ class MyCompiler extends CompilerImpl {
|
| resolveLibraryMetadata();
|
| }
|
| reporter.log('Resolving...');
|
| - processQueue(resolutionEnqueuer, mainFunction, libraryLoader.libraries);
|
| + processQueue(frontendStrategy.elementEnvironment, resolutionEnqueuer,
|
| + mainFunction, libraryLoader.libraries);
|
| resolutionEnqueuer.logSummary(reporter.log);
|
|
|
| (reporter as CompilerDiagnosticReporter)
|
|
|