| Index: lib/compiler/implementation/ssa/codegen.dart
|
| diff --git a/lib/compiler/implementation/ssa/codegen.dart b/lib/compiler/implementation/ssa/codegen.dart
|
| index 16081b16dc27b91592582710d33730c1e5bf7cfe..3a76bf09a9ca8a5edb98964d7c4c213a58ee417e 100644
|
| --- a/lib/compiler/implementation/ssa/codegen.dart
|
| +++ b/lib/compiler/implementation/ssa/codegen.dart
|
| @@ -78,7 +78,7 @@ class SsaCodeGeneratorTask extends CompilerTask {
|
| // the declaration.
|
| FunctionElement function = work.element;
|
| function.computeSignature(compiler).forEachParameter((element) {
|
| - compiler.enqueuer.codegen.addToWorkList(element);
|
| + compiler.enqueuer.codegen.addToWorkList(element, work.resolutionTree);
|
| });
|
| List<js.Parameter> parameters = <js.Parameter>[];
|
| parameterNames.forEach((element, name) {
|
|
|