| Index: dart/lib/compiler/implementation/ssa/optimize.dart
|
| diff --git a/dart/lib/compiler/implementation/ssa/optimize.dart b/dart/lib/compiler/implementation/ssa/optimize.dart
|
| index 982fb5eeca6bce6ce0f6a23692235d8b7098aaad..2a2916ffa7c8c96791aaca04aae7249d97752bdd 100644
|
| --- a/dart/lib/compiler/implementation/ssa/optimize.dart
|
| +++ b/dart/lib/compiler/implementation/ssa/optimize.dart
|
| @@ -542,7 +542,7 @@ class SsaConstantFolder extends HBaseVisitor implements OptimizationPhase {
|
| }
|
| // TODO(karlklose): remove the hasTypeArguments check.
|
| } else if (expressionType.isUseful()
|
| - && !compiler.universe.rti.hasTypeArguments(type)) {
|
| + && !compiler.codegenWorld.rti.hasTypeArguments(type)) {
|
| Type receiverType = expressionType.computeType(compiler);
|
| if (receiverType !== null) {
|
| if (compiler.types.isSubtype(receiverType, type)) {
|
|
|