| Index: sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/resolution/members.dart (revision 27658)
|
| +++ sdk/lib/_internal/compiler/implementation/resolution/members.dart (working copy)
|
| @@ -454,7 +454,7 @@
|
|
|
| if (Elements.isStaticOrTopLevelField(element)) {
|
| if (tree.asSendSet() != null) {
|
| - // TODO(ngeoffray): We could do better here by using the
|
| + // TODO(13429): We could do better here by using the
|
| // constant handler to figure out if it's a lazy field or not.
|
| compiler.backend.registerLazyField(visitor.mapping);
|
| } else {
|
|
|