| 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 b2db69c01a5f678cf880519a7a7a1eb520676ffc..fc6376a440ce820ab76330914d013e984b62ef0a 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| @@ -658,7 +658,7 @@ class _ConstPropagationVisitor<T> extends Visitor {
|
| types.InterfaceType checkedType = node.type;
|
| ConstantValue constant = cell.constant;
|
| // TODO(karlklose): remove call to computeType.
|
| - types.DartType constantType = constant.computeType(compiler);
|
| + types.DartType constantType = constant.getType(compiler.coreTypes);
|
|
|
| T type = typeSystem.boolType;
|
| _AbstractValue result;
|
|
|