| Index: sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/enqueue.dart b/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| index e3e9e64d4f6e016fcccffbf8efc37415944dcc20..df79971467865641d0875255821af6fc3cc1a87c 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| @@ -131,7 +131,7 @@ abstract class Enqueuer {
|
|
|
| void registerTypeLiteral(Element element, TreeElements elements) {
|
| registerInstantiatedClass(compiler.typeClass, elements);
|
| - compiler.backend.registerTypeLiteral(element, elements);
|
| + compiler.backend.registerTypeLiteral(element, this, elements);
|
| }
|
|
|
| bool checkNoEnqueuedInvokedInstanceMethods() {
|
|
|