Index: src/mips/builtins-mips.cc |
diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc |
index 9d355764411a39eac5523424cf9c883dfd539b7e..97314dcc27766681f4d6cc0117b56a867a33ef80 100644 |
--- a/src/mips/builtins-mips.cc |
+++ b/src/mips/builtins-mips.cc |
@@ -1136,8 +1136,7 @@ void Builtins::Generate_InterpreterNotifyLazyDeoptimized(MacroAssembler* masm) { |
Generate_InterpreterNotifyDeoptimizedHelper(masm, Deoptimizer::LAZY); |
} |
- |
-void Builtins::Generate_InterpreterEnterExceptionHandler(MacroAssembler* masm) { |
+void Builtins::Generate_InterpreterEnterBytecodeDispatch(MacroAssembler* masm) { |
// Set the address of the interpreter entry trampoline as a return address. |
// This simulates the initial call to bytecode handlers in interpreter entry |
// trampoline. The return will never actually be taken, but our stack walker |