| Index: sdk/lib/_internal/compiler/implementation/world.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/world.dart b/sdk/lib/_internal/compiler/implementation/world.dart
|
| index 8a044ec44f65be5161d1cc464677fb962beccb93..91a95d263d5a580e78d02fd9cb8c5db0f8a2f65a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/world.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/world.dart
|
| @@ -58,8 +58,7 @@ class World {
|
| void addSubtypes(ClassElement cls) {
|
| assert(cls.isDeclaration);
|
| if (cls.resolutionState != STATE_DONE) {
|
| - compiler.internalErrorOnElement(
|
| - cls, 'Class "${cls.name}" is not resolved.');
|
| + compiler.internalError(cls, 'Class "${cls.name}" is not resolved.');
|
| }
|
|
|
| for (DartType type in cls.allSupertypes) {
|
|
|