| Index: src/ia32/builtins-ia32.cc
|
| diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc
|
| index 14aad85fd65a188ab10839433a189a23e77b3a95..b6be25981d09f3734f4fed5f81b638531f14201d 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
|
|
|