| Index: sdk/lib/_internal/compiler/implementation/patch_parser.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/patch_parser.dart b/sdk/lib/_internal/compiler/implementation/patch_parser.dart
|
| index 2e7c4234ddc7e2dacb8b191ad9d932da9ecef15b..aed81be045e4b7760627ceb9452de44f9ec7e72a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/patch_parser.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/patch_parser.dart
|
| @@ -328,7 +328,8 @@ abstract class EagerAnnotationHandler {
|
| // [Compiler.onLibrariesLoaded].
|
| compiler.enqueuer.resolution.addDeferredAction(element, () {
|
| annotation.ensureResolved(compiler);
|
| - handler.validate(compiler, element, annotation, annotation.value);
|
| + handler.validate(
|
| + compiler, element, annotation, annotation.constant.value);
|
| });
|
| return true;
|
| }
|
|
|