| Index: pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/codegen/task.dart b/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| index 40e3f8378bcd51f4fef201d0890ca711914c1229..19ea9018f6bea6963a5f821834d33ae3714d7b7c 100644
|
| --- a/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| @@ -176,7 +176,7 @@ class CpsFunctionCompiler implements FunctionCompiler {
|
| assert(checkCpsIntegrity(cpsNode));
|
| }
|
|
|
| - TypePropagator typePropagator = new TypePropagator(compiler);
|
| + TypePropagator typePropagator = new TypePropagator(compiler, this);
|
| applyCpsPass(typePropagator);
|
| dumpTypedIR(cpsNode, typePropagator);
|
| applyCpsPass(new ShrinkingReducer());
|
|
|