| Index: src/x64/builtins-x64.cc
 | 
| diff --git a/src/x64/builtins-x64.cc b/src/x64/builtins-x64.cc
 | 
| index 77bd8926c176b2474800c3ba8fc2af5c7d32d56b..89e8078c2035f629adc2d70f5661da363461248f 100644
 | 
| --- a/src/x64/builtins-x64.cc
 | 
| +++ b/src/x64/builtins-x64.cc
 | 
| @@ -901,8 +901,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
 | 
| 
 |