Index: dart/lib/compiler/implementation/world.dart |
diff --git a/dart/lib/compiler/implementation/world.dart b/dart/lib/compiler/implementation/world.dart |
index 7254d7a7f68e87537c73a78fe71b319e493d80c8..4de0104a423d74a13fdbb2f423d9df47592142a2 100644 |
--- a/dart/lib/compiler/implementation/world.dart |
+++ b/dart/lib/compiler/implementation/world.dart |
@@ -25,7 +25,7 @@ class World { |
Element element = link.head; |
if (!element.isClass()) continue; |
ClassElement cls = element; |
- compiler.resolveClass(cls); |
+ cls.ensureResolved(compiler); |
addSubtypes(cls); |
} |
}); |