| Index: sdk/lib/_internal/compiler/implementation/resolution/registry.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/resolution/registry.dart b/sdk/lib/_internal/compiler/implementation/resolution/registry.dart
|
| index 605eaf20ae904bbf2b64f2e29b04da9c7993ad55..5925261e4c8dddcd70fe62ed92b2cfb02a4d641d 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/registry.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/registry.dart
|
| @@ -205,8 +205,9 @@ class ResolutionRegistry extends Registry {
|
| backend.resolutionCallbacks.onLazyField(this);
|
| }
|
|
|
| - void registerMetadataConstant(Constant constant, Element annotatedElement) {
|
| - backend.registerMetadataConstant(constant, annotatedElement, this);
|
| + void registerMetadataConstant(MetadataAnnotation metadata,
|
| + Element annotatedElement) {
|
| + backend.registerMetadataConstant(metadata, annotatedElement, this);
|
| }
|
|
|
| void registerThrowRuntimeError() {
|
|
|