| Index: dart/lib/compiler/implementation/world.dart
|
| diff --git a/dart/lib/compiler/implementation/world.dart b/dart/lib/compiler/implementation/world.dart
|
| index 9e8dfe3f1288aa224201d615da8f0b3c95fbe728..1d87875dbb61eb73fcc357163dd50700e96c979e 100644
|
| --- a/dart/lib/compiler/implementation/world.dart
|
| +++ b/dart/lib/compiler/implementation/world.dart
|
| @@ -10,7 +10,7 @@ class World {
|
|
|
| void populate(Compiler compiler) {
|
| void addSubtypes(ClassElement cls) {
|
| - if (cls.resolutionState != ClassElement.STATE_DONE) {
|
| + if (cls.resolutionState != STATE_DONE) {
|
| compiler.internalErrorOnElement(
|
| cls, 'Class "${cls.name.slowToString()}" is not resolved.');
|
| }
|
|
|