Index: pkg/compiler/lib/src/js_backend/backend.dart |
diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart |
index 8887796936989efe9556415e9aef2b5d6e642c97..9fd3abc66b74e375f7f4aa226efc46b20fea24f8 100644 |
--- a/pkg/compiler/lib/src/js_backend/backend.dart |
+++ b/pkg/compiler/lib/src/js_backend/backend.dart |
@@ -927,7 +927,6 @@ class JavaScriptBackend { |
? const DirectEnqueuerStrategy() |
: const TreeShakingEnqueuerStrategy(), |
new ResolutionEnqueuerListener( |
- kernelTask, |
compiler.options, |
compiler.elementEnvironment, |
commonElements, |
@@ -944,7 +943,8 @@ class JavaScriptBackend { |
lookupMapResolutionAnalysis, |
mirrorsResolutionAnalysis, |
typeVariableResolutionAnalysis, |
- nativeResolutionEnqueuer), |
+ nativeResolutionEnqueuer, |
+ kernelTask), |
new ElementResolutionWorldBuilder( |
this, compiler.resolution, const OpenWorldStrategy()), |
new ResolutionWorkItemBuilder(compiler.resolution)); |