Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
index 2ac40092e44e4efb13320ecb8acc322e1f792417..d51850f9278c5bdf8c0d734084f33b01ffe699b8 100644 |
--- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
+++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
@@ -2417,7 +2417,7 @@ abstract class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor { |
if (node.hasTypeInfo()) { |
InterfaceType interfaceType = type; |
ClassElement cls = type.element; |
- Link<DartType> arguments = interfaceType.arguments; |
+ Link<DartType> arguments = interfaceType.typeArguments; |
js.Expression result = pop(); |
for (TypeVariableType typeVariable in cls.typeVariables) { |
use(node.typeInfoCall); |