| Index: dart/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/resolution/members.dart b/dart/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| index ac83da69b84df5f7f00f5d303fb310ffa8ab9a31..d409045cbbd6573f9484277c0e0b3745b1a6fc73 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| @@ -2251,8 +2251,7 @@ class ResolverVisitor extends MappingVisitor<Element> {
|
| // Set the type of the node to [Type] to mark this send as a
|
| // type literal.
|
| mapping.setType(node, compiler.typeClass.computeType(compiler));
|
| - world.registerInstantiatedClass(compiler.typeClass, mapping);
|
| - compiler.backend.registerTypeLiteral(mapping);
|
| + world.registerTypeLiteral(target, mapping);
|
| }
|
| }
|
|
|
|
|