| 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 d68333a3a997d389ad62138f2fbd18ce055338e3..622c20a1a4bc4dba0ec9ee93fb1eb1e0c281bbf3 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| @@ -136,7 +136,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() {
|
|
|