| Index: src/ia32/builtins-ia32.cc
|
| diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc
|
| index a4376925492f63c6506368bef9d9ec061a5eabbb..14aad85fd65a188ab10839433a189a23e77b3a95 100644
|
| --- a/src/ia32/builtins-ia32.cc
|
| +++ b/src/ia32/builtins-ia32.cc
|
| @@ -800,8 +800,6 @@ static void Generate_EnterBytecodeDispatch(MacroAssembler* masm) {
|
| __ mov(ebx, Operand(ebx, esi, times_pointer_size, 0));
|
|
|
| // Get the context from the frame.
|
| - // TODO(rmcilroy): Update interpreter frame to expect current context at the
|
| - // context slot instead of the function context.
|
| __ mov(kContextRegister,
|
| Operand(kInterpreterRegisterFileRegister,
|
| InterpreterFrameConstants::kContextFromRegisterPointer));
|
|
|