| Index: pkg/compiler/lib/src/ssa/type_builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/type_builder.dart b/pkg/compiler/lib/src/ssa/type_builder.dart
|
| index c04d4159e04c3174378ff20e4c48a8336a4dcf83..517c091bf278ff3b63980f0e3e167ba33d5e63e8 100644
|
| --- a/pkg/compiler/lib/src/ssa/type_builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/type_builder.dart
|
| @@ -231,7 +231,7 @@ class TypeBuilder {
|
| assert(assertTypeInContext(type, original));
|
| if (type.isInterfaceType && !type.treatAsRaw) {
|
| TypeMask subtype =
|
| - new TypeMask.subtype(type.element, builder.compiler.closedWorld);
|
| + new TypeMask.subtype(type.element, builder.closedWorld);
|
| HInstruction representations =
|
| buildTypeArgumentRepresentations(type, builder.sourceElement);
|
| builder.add(representations);
|
|
|