| Index: lib/compiler/implementation/resolver.dart
|
| diff --git a/lib/compiler/implementation/resolver.dart b/lib/compiler/implementation/resolver.dart
|
| index 2bcf0aeda550c15a30f896b1913537577a32ac93..ef297e5c8595d6b3d440c803d761782708f87bef 100644
|
| --- a/lib/compiler/implementation/resolver.dart
|
| +++ b/lib/compiler/implementation/resolver.dart
|
| @@ -1385,7 +1385,7 @@ class ResolverVisitor extends CommonResolverVisitor<Element> {
|
| target = receiverClass.buildLocalScope().lookup(name);
|
| if (target === null) {
|
| // TODO(johnniwinther): With the simplified [TreeElements] invariant,
|
| - // try to resolve ghost elements if [currentClass] is in the patch
|
| + // try to resolve injected elements if [currentClass] is in the patch
|
| // library of [receiverClass].
|
|
|
| // TODO(karlklose): this should be reported by the caller of
|
|
|