| 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 175523a35203001fb3598186aeec4de080ee89bf..4f3624c2aee752e21dc7564bd3fd2778dade2938 100644
|
| --- a/pkg/compiler/lib/src/ssa/type_builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/type_builder.dart
|
| @@ -152,7 +152,7 @@ class TypeBuilder {
|
| }
|
| HInstruction representation = new HTypeInfoExpression(
|
| TypeInfoExpressionKind.INSTANCE,
|
| - interface.element.thisType,
|
| + interface.asRaw(),
|
| inputs,
|
| builder.commonMasks.dynamicType);
|
| return representation;
|
|
|