| Index: dart/lib/compiler/implementation/ssa/codegen.dart
|
| diff --git a/dart/lib/compiler/implementation/ssa/codegen.dart b/dart/lib/compiler/implementation/ssa/codegen.dart
|
| index b07cb218d40f755a8f705c2503eec5fa3581d694..3934dc3bbd9919098a2b88be1d93ddb80c711bf0 100644
|
| --- a/dart/lib/compiler/implementation/ssa/codegen.dart
|
| +++ b/dart/lib/compiler/implementation/ssa/codegen.dart
|
| @@ -2148,7 +2148,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| } else {
|
| checkType(input, element);
|
| }
|
| - if (compiler.universe.rti.hasTypeArguments(type)) {
|
| + if (compiler.codegenWorld.rti.hasTypeArguments(type)) {
|
| InterfaceType interfaceType = type;
|
| ClassElement cls = type.element;
|
| Link<Type> arguments = interfaceType.arguments;
|
|
|