| Index: dart/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart b/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| index ed17d9d0e4aa3650ebaa96dfc58de565754f81a8..cbfedd4e65844355ef385dfbc51ce1a56577be90 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| @@ -651,6 +651,7 @@ abstract class Enqueuer {
|
|
|
| void forgetElement(Element element) {
|
| universe.forgetElement(element, compiler);
|
| + seenClasses.remove(element);
|
| }
|
| }
|
|
|
|
|