| Index: src/x64/codegen-x64.cc
|
| ===================================================================
|
| --- src/x64/codegen-x64.cc (revision 3212)
|
| +++ src/x64/codegen-x64.cc (working copy)
|
| @@ -4812,8 +4812,6 @@
|
| // load to make sure we do not get reference errors.
|
| Slot global(variable, Slot::CONTEXT, Context::GLOBAL_INDEX);
|
| Literal key(variable->name());
|
| - // TODO(1241834): Fetch the position from the variable instead of using
|
| - // no position.
|
| Property property(&global, &key, RelocInfo::kNoPosition);
|
| Reference ref(this, &property);
|
| ref.GetValue();
|
|
|