Index: src/mips/builtins-mips.cc |
diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc |
index a7f6ead39318478b3d76c8a729a0acaf2bac7da2..e94018cc736657f41fd8662773c5fca750055cfa 100644 |
--- a/src/mips/builtins-mips.cc |
+++ b/src/mips/builtins-mips.cc |
@@ -1058,8 +1058,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. |
__ lw(kContextRegister, |
MemOperand(kInterpreterRegisterFileRegister, |
InterpreterFrameConstants::kContextFromRegisterPointer)); |