| Index: pkg/compiler/tool/perf.dart
|
| diff --git a/pkg/compiler/tool/perf.dart b/pkg/compiler/tool/perf.dart
|
| index febe5906316abe6130a1ada918f324cf8bd065b3..b6ecb444a905ac8298884a2056fef07cb8807d0a 100644
|
| --- a/pkg/compiler/tool/perf.dart
|
| +++ b/pkg/compiler/tool/perf.dart
|
| @@ -367,10 +367,9 @@ class MyCompiler extends CompilerImpl {
|
| enqueuer.resolution
|
| .applyImpact(backend.computeDeferredLoadingImpact());
|
| }
|
| - enqueuer.resolution.applyImpact(backend.computeHelpersImpact());
|
| resolveLibraryMetadata();
|
| reporter.log('Resolving...');
|
| - processQueue(enqueuer.resolution, mainFunction);
|
| + processQueue(enqueuer.resolution, mainFunction, libraryLoader.libraries);
|
| enqueuer.resolution.logSummary(reporter.log);
|
|
|
| (reporter as CompilerDiagnosticReporter)
|
|
|