Index: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart |
=================================================================== |
--- sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (revision 22847) |
+++ sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (working copy) |
@@ -1195,8 +1195,6 @@ |
void registerTypeLiteral(TreeElements elements) { |
enqueueInResolution(getCreateRuntimeType(), elements); |
- compiler.enqueuer.resolution.registerInstantiatedClass( |
- compiler.typeClass, elements); |
} |
void registerStackTraceInCatch(TreeElements elements) { |