Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index 30c5a358c7d480ec165c540dadbf32bd66bc603d..17222034e51e2f3f23b2fbe99b2e033216a644de 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -1129,7 +1129,7 @@ Object* Isolate::UnwindAndFindHandler() { |
| offset = 0; |
| // Gather information from the frame. |
| - code = *builtins()->InterpreterEnterExceptionHandler(); |
| + code = *builtins()->InterpreterEnterBytecodeDispatch(); |
| handler_sp = frame->sp(); |
| handler_fp = frame->fp(); |
| break; |