| Index: pkg/compiler/lib/src/ssa/types_propagation.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/types_propagation.dart b/pkg/compiler/lib/src/ssa/types_propagation.dart
|
| index 6412197bd1c29197157610d3b5ab29034c4ec604..dd2182691d22cbad31f3901a90598a2475bebee4 100644
|
| --- a/pkg/compiler/lib/src/ssa/types_propagation.dart
|
| +++ b/pkg/compiler/lib/src/ssa/types_propagation.dart
|
| @@ -22,9 +22,7 @@ class SsaTypePropagator extends HBaseVisitor implements OptimizationPhase {
|
| JavaScriptBackend get backend => compiler.backend;
|
| String get name => 'type propagator';
|
|
|
| - SsaTypePropagator(Compiler compiler)
|
| - : this.compiler = compiler,
|
| - this.closedWorld = compiler.closedWorld;
|
| + SsaTypePropagator(this.compiler, this.closedWorld);
|
|
|
| TypeMask computeType(HInstruction instruction) {
|
| return instruction.accept(this);
|
|
|