| Index: src/x87/builtins-x87.cc
 | 
| diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc
 | 
| index b18f573d667109028f89a57ccb3798daefce7680..6bbd820e052c17015d26240910d48be692c916ef 100644
 | 
| --- a/src/x87/builtins-x87.cc
 | 
| +++ b/src/x87/builtins-x87.cc
 | 
| @@ -801,8 +801,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));
 | 
| 
 |