| Index: pkg/compiler/lib/src/js_backend/mirrors_analysis.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/mirrors_analysis.dart b/pkg/compiler/lib/src/js_backend/mirrors_analysis.dart
|
| index 45c81e74e139fce4a501657dd65d3a6ddc4f4289..bed97fea4e9fe9436a005d31c00baa53fce1c098 100644
|
| --- a/pkg/compiler/lib/src/js_backend/mirrors_analysis.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/mirrors_analysis.dart
|
| @@ -159,7 +159,7 @@ class MirrorsAnalysis {
|
|
|
| // TODO(johnniwinther): We should have access to all recently processed
|
| // elements and process these instead.
|
| - processMetadata(compiler.enqueuer.resolution.processedEntities,
|
| + processMetadata(enqueuer.processedEntities,
|
| registerMetadataConstant);
|
| } else {
|
| for (Dependency dependency in metadataConstants) {
|
|
|