| Index: src/ia32/builtins-ia32.cc
|
| diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc
|
| index 8e0376991e54a87b9d9678cfa9eb276262a12177..b12de805e2c958913cb3badf3f032a3b8d7abf62 100644
|
| --- a/src/ia32/builtins-ia32.cc
|
| +++ b/src/ia32/builtins-ia32.cc
|
| @@ -853,8 +853,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
|
|
|