Index: pkg/compiler/lib/src/kernel/types.dart |
diff --git a/pkg/compiler/lib/src/kernel/types.dart b/pkg/compiler/lib/src/kernel/types.dart |
index a0f6268c6a917bcfa7c4044ebbc96ae97976ca0b..1287559a6f27d84906b94af8bd587596e4a7a984 100644 |
--- a/pkg/compiler/lib/src/kernel/types.dart |
+++ b/pkg/compiler/lib/src/kernel/types.dart |
@@ -57,7 +57,7 @@ class _KernelDartTypes extends DartTypes { |
@override |
FunctionType getCallType(InterfaceType type) { |
- // TODO(johnniwinther): Compute the call type. |
+ // TODO(redemption): Compute the call type. |
return null; |
} |
@@ -107,13 +107,13 @@ abstract class _AbstractTypeRelationMixin |
@override |
DartType getTypeVariableBound(TypeVariableEntity element) { |
- // TODO(johnniwinther): Compute the bound. |
+ // TODO(redemption): Compute the bound. |
return commonElements.objectType; |
} |
@override |
FunctionType getCallType(InterfaceType type) { |
- // TODO(johnniwinther): Compute the call type. |
+ // TODO(redemption): Compute the call type. |
return null; |
} |