| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index a346a95e52ba5c3a3a06951be6aecc17ffdaa899..68ce2039d9f5f826ac383a02975a5db96777d47b 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -743,7 +743,6 @@ abstract class Compiler {
|
| // Notify the impact strategy impacts are no longer needed for this
|
| // enqueuer.
|
| impactStrategy.onImpactUsed(enqueuer.impactUse);
|
| - backend.onQueueClosed();
|
| assert(compilationFailed ||
|
| enqueuer.checkNoEnqueuedInvokedInstanceMethods(elementEnvironment));
|
| });
|
|
|