Chromium Code Reviews| Index: src/code-factory.h |
| diff --git a/src/code-factory.h b/src/code-factory.h |
| index 9904e561c693f6a2e3c543df7b48ecc7e5f0f567..8171ef76414b4dc6ac85eea76dc297c78308e700 100644 |
| --- a/src/code-factory.h |
| +++ b/src/code-factory.h |
| @@ -172,6 +172,7 @@ class V8_EXPORT_PRIVATE CodeFactory final { |
| static Callable ArrayPush(Isolate* isolate); |
| static Callable FunctionPrototypeBind(Isolate* isolate); |
| + static Callable PromiseHandleReject(Isolate* isolate); |
| }; |
| } // namespace internal |