| Index: dart/lib/compiler/implementation/ssa/closure.dart
|
| diff --git a/dart/lib/compiler/implementation/ssa/closure.dart b/dart/lib/compiler/implementation/ssa/closure.dart
|
| index 591cfb157b7a76dcf76d36c57099032a4498c434..12523fd6cda88082fd5fe351c3cfb6645d411c35 100644
|
| --- a/dart/lib/compiler/implementation/ssa/closure.dart
|
| +++ b/dart/lib/compiler/implementation/ssa/closure.dart
|
| @@ -19,7 +19,7 @@ class ClosureClassElement extends ClassElement {
|
| // By assigning a fresh class-id we make sure that the hashcode
|
| // is unique, but also emit closure class after all other
|
| // classes (since the emitter sorts classes by their id).
|
| - compiler.universe.getNextFreeClassId()) {
|
| + compiler.getNextFreeClassId()) {
|
| isResolved = true;
|
| compiler.closureClass.ensureResolved(compiler);
|
| supertype = compiler.closureClass.computeType(compiler);
|
|
|