| Index: pkg/compiler/lib/src/ssa/builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
|
| index 02667a0c02e21ccda43f4fff0d2b55c2e34be1e8..29d904212c7cb42197e92d0305794654b55d523b 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -1313,7 +1313,7 @@ class SsaBuilder extends ast.Visitor
|
|
|
| HInstruction typeInfo = new HTypeInfoExpression(
|
| TypeInfoExpressionKind.INSTANCE,
|
| - classElement.thisType,
|
| + classElement.rawType,
|
| typeArguments,
|
| commonMasks.dynamicType);
|
| add(typeInfo);
|
|
|