| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (revision 15006)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (working copy)
|
| @@ -2626,8 +2626,6 @@
|
|
|
| js.Expression bailoutTarget;
|
| if (element.isInstanceMember()) {
|
| - // TODO(ngeoffray): This does not work in case we come from a
|
| - // super call. We must make bailout names unique.
|
| String bailoutName = namer.getBailoutName(element);
|
| bailoutTarget = new js.PropertyAccess.field(new js.This(), bailoutName);
|
| } else {
|
|
|