| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 0f5624784a4cefee720d6bf06b04c5922ba8c170..a132edffffa83f38bfa4cdf09295a5b615d4ccee 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -271,7 +271,7 @@ namespace internal {
|
| F(CheckIsBootstrapping, 0, 1) \
|
| F(Throw, 1, 1) \
|
| F(ReThrow, 1, 1) \
|
| - F(FindExceptionHandler, 0, 1) \
|
| + F(UnwindAndFindExceptionHandler, 0, 1) \
|
| F(PromoteScheduledException, 0, 1) \
|
| F(ThrowReferenceError, 1, 1) \
|
| F(ThrowIteratorResultNotAnObject, 1, 1) \
|
|
|