| Index: pkg/compiler/lib/src/js_backend/namer.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/namer.dart b/pkg/compiler/lib/src/js_backend/namer.dart
|
| index 798e8274bd93bcfd47027d656b70616fd2117f5c..73138774b3358accf1fc4f73583aac28c877daf6 100644
|
| --- a/pkg/compiler/lib/src/js_backend/namer.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/namer.dart
|
| @@ -786,7 +786,7 @@ class Namer {
|
|
|
| /// Annotated name for [method] encoding arity and named parameters.
|
| jsAst.Name instanceMethodName(FunctionEntity method) {
|
| - // TODO(johnniwinther): Avoid the use of [ConstructorBodyElement]. The
|
| + // TODO(redemption): Avoid the use of [ConstructorBodyElement]. The
|
| // codegen model should be explicit about its constructor body elements.
|
| if (method is ConstructorBodyElement) {
|
| return constructorBodyName(method);
|
| @@ -968,7 +968,7 @@ class Namer {
|
| if (cls is ClassElement) {
|
| return cls.hasFieldShadowedBy(element);
|
| }
|
| - // TODO(johnniwinther): Support class entities.
|
| + // TODO(redemption): Support class entities.
|
| return false;
|
| }
|
|
|
|
|