| Index: sdk/lib/_internal/compiler/implementation/ssa/types.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/types.dart (revision 19615)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/types.dart (working copy)
|
| @@ -89,7 +89,7 @@
|
| // TODO(ngeoffray): get the actual implementation of a map
|
| // literal.
|
| return new HType.nonNullSubtype(
|
| - compiler.mapLiteralClass.rawType, compiler);
|
| + compiler.backend.mapLiteralClass.rawType, compiler);
|
| }
|
| }
|
| return new HType.fromMask(mask, compiler);
|
|
|