Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: dart/lib/compiler/implementation/ssa/closure.dart

Issue 10377166: Prepare to have more than one universe. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « dart/lib/compiler/implementation/ssa/builder.dart ('k') | dart/lib/compiler/implementation/ssa/codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698