| Index: sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| index 1fa0f331772a8fc6083f6f830aebfb094da289b3..bcc2385bbd7204612d1887e23d19409969566087 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| @@ -2627,7 +2627,7 @@ abstract class MetadataAnnotationX implements MetadataAnnotation {
|
| * The compile-time constant which this annotation resolves to.
|
| * In the mirror system, this would be an object mirror.
|
| */
|
| - ConstExp constant;
|
| + ConstantExpression constant;
|
| Element annotatedElement;
|
| int resolutionState;
|
|
|
|
|