| Index: pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/type_propagation.dart b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| index 3975f052b873053a20580c370858de0c3dc8b43e..c6dd7abfc987bb55832e039392153160ae560a4d 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| @@ -799,7 +799,7 @@ class _TypePropagationVisitor<T> extends Visitor {
|
| setValue(node, nonConst());
|
| }
|
|
|
| - void visitCreateClosureClass(CreateClosureClass node) {
|
| + void visitCreateInstance(CreateInstance node) {
|
| setValue(node, nonConst());
|
| }
|
| }
|
|
|