| 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..22f8351110a5d800ffb9f955d01407d76bf75d3a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| @@ -495,7 +495,7 @@ abstract class Enqueuer {
|
|
|
| void registerAsCheck(DartType type, TreeElements elements) {
|
| registerIsCheck(type, elements);
|
| - compiler.backend.registerAsCheck(type, this, elements);
|
| + compiler.backend.registerAsCheck(type, elements);
|
| }
|
|
|
| void registerGenericCallMethod(Element element, TreeElements elements) {
|
|
|