| Index: src/mips64/builtins-mips64.cc
 | 
| diff --git a/src/mips64/builtins-mips64.cc b/src/mips64/builtins-mips64.cc
 | 
| index 35988900b4fcf9611898750a09f4aaa61e4cf5dc..553697b787c1f371ff0f6aaee6a0775bf266d6ac 100644
 | 
| --- a/src/mips64/builtins-mips64.cc
 | 
| +++ b/src/mips64/builtins-mips64.cc
 | 
| @@ -1049,8 +1049,6 @@ static void Generate_EnterBytecodeDispatch(MacroAssembler* masm) {
 | 
|             Operand(FixedArray::kHeaderSize - kHeapObjectTag));
 | 
|  
 | 
|    // Get the context from the frame.
 | 
| -  // TODO(rmcilroy): Update interpreter frame to expect current context at the
 | 
| -  // context slot instead of the function context.
 | 
|    __ ld(kContextRegister,
 | 
|          MemOperand(kInterpreterRegisterFileRegister,
 | 
|                     InterpreterFrameConstants::kContextFromRegisterPointer));
 | 
| 
 |