Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index c36c96022627b9e7e38318f7b4c0240880f006b2..5615d4fb55ce945d1e17884bcedcb3f562b94039 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -309,6 +309,7 @@ namespace internal { |
| F(PromiseDeferred, 1, 1) \ |
| F(PromiseReject, 3, 1) \ |
| F(PromiseFulfill, 3, 1) \ |
| + F(PromiseMarkAsHandled, 1, 1) \ |
| F(PromiseRejectEventFromStack, 2, 1) \ |
| F(PromiseRejectReactions, 1, 1) \ |
| F(PromiseRevokeReject, 1, 1) \ |