| Index: dart/lib/compiler/implementation/closure.dart
|
| diff --git a/dart/lib/compiler/implementation/closure.dart b/dart/lib/compiler/implementation/closure.dart
|
| index fea23ff155a5c90055f4a072ed3fc44082e07a4c..6782e1585c1404e3071146afd4283ef39634e8f7 100644
|
| --- a/dart/lib/compiler/implementation/closure.dart
|
| +++ b/dart/lib/compiler/implementation/closure.dart
|
| @@ -67,7 +67,7 @@ class ClosureClassElement extends ClassElement {
|
| // is unique, but also emit closure classes after all other
|
| // classes (since the emitter sorts classes by their id).
|
| compiler.getNextFreeClassId(),
|
| - ClassElement.STATE_DONE) {
|
| + STATE_DONE) {
|
| compiler.closureClass.ensureResolved(compiler);
|
| supertype = compiler.closureClass.computeType(compiler);
|
| interfaces = const EmptyLink<Type>();
|
|
|