| 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 04efb7897b14321cffef169f54bd14ddae7d8f2f..69771b059977647024c383d1db4482536942efaa 100644
|
| --- a/pkg/compiler/lib/src/js_backend/mirrors_analysis.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/mirrors_analysis.dart
|
| @@ -191,7 +191,7 @@ class MirrorsResolutionAnalysisImpl implements MirrorsResolutionAnalysis {
|
| }
|
| }
|
|
|
| - entities.forEach(processElementMetadata);
|
| + entities.forEach((MemberElement member) => processElementMetadata(member));
|
| }
|
|
|
| void onResolutionComplete() {
|
|
|