| Index: dart/sdk/lib/_internal/compiler/implementation/closure.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/closure.dart b/dart/sdk/lib/_internal/compiler/implementation/closure.dart
|
| index 22233d97dceb7300df5778f1a0f78ac9c2daf490..69f622c4de6c3998f3f94412309aeadb29e33328 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/closure.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/closure.dart
|
| @@ -102,6 +102,7 @@ class ClosureTask extends CompilerTask {
|
| universe.fieldSetters.remove(e);
|
| universe.fieldGetters.remove(e);
|
| });
|
| + compiler.enqueuer.codegen.seenClasses.remove(cls);
|
| }
|
| }
|
|
|
|
|