| Index: dart/lib/compiler/implementation/compile_time_constants.dart
|
| diff --git a/dart/lib/compiler/implementation/compile_time_constants.dart b/dart/lib/compiler/implementation/compile_time_constants.dart
|
| index 4b57f4e3447e8f84c49189e058066b9117c3853a..c0e428ab1e7df953dc6841fe307e89742edf20fc 100644
|
| --- a/dart/lib/compiler/implementation/compile_time_constants.dart
|
| +++ b/dart/lib/compiler/implementation/compile_time_constants.dart
|
| @@ -1131,7 +1131,7 @@ class ConstructorEvaluator extends CompileTimeConstantEvaluator {
|
| ClassElement superClass = enclosingClass.superclass;
|
| if (enclosingClass != compiler.objectClass) {
|
| assert(superClass !== null);
|
| - assert(superClass.resolutionState == ClassElement.STATE_DONE);
|
| + assert(superClass.resolutionState == STATE_DONE);
|
| FunctionElement targetConstructor =
|
| superClass.lookupConstructor(superClass.name);
|
| if (targetConstructor === null) {
|
|
|