| Index: pkg/compiler/lib/src/js_backend/mirrors_data.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/mirrors_data.dart b/pkg/compiler/lib/src/js_backend/mirrors_data.dart
|
| index 904e64663ad3c84f8bf299b26a50a6356343fe1c..b17564f43ba5c94a4bbbae667f85b08fcfc217bc 100644
|
| --- a/pkg/compiler/lib/src/js_backend/mirrors_data.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/mirrors_data.dart
|
| @@ -340,7 +340,7 @@ class MirrorsDataImpl implements MirrorsData, MirrorsDataBuilder {
|
| /// Called by [MirrorUsageAnalyzerTask] after it has merged all @MirrorsUsed
|
| /// annotations. The arguments corresponds to the unions of the corresponding
|
| /// fields of the annotations.
|
| - // TODO(johnniwinther): Change type of [metaTargets] to `Set<ClassEntity>`.
|
| + // TODO(redemption): Change type of [metaTargets] to `Set<ClassEntity>`.
|
| void registerMirrorUsage(
|
| Set<String> symbols, Set<Element> targets, Set<Element> metaTargets) {
|
| if (symbols == null && targets == null && metaTargets == null) {
|
|
|