Chromium Code Reviews| Index: src/runtime/runtime.h | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h | 
| index c094579852b67a32e7f37a60e53a39a2c3bcdc39..1817410e1b73a81eb94fad7b442e0b24c043b917 100644 | 
| --- a/src/runtime/runtime.h | 
| +++ b/src/runtime/runtime.h | 
| @@ -311,7 +311,6 @@ namespace internal { | 
| F(PromiseHookBefore, 1, 1) \ | 
| F(PromiseHookAfter, 1, 1) \ | 
| F(PromiseMarkAsHandled, 1, 1) \ | 
| - F(PromiseMarkHandledHint, 1, 1) \ | 
| F(PromiseRejectEventFromStack, 2, 1) \ | 
| F(PromiseRevokeReject, 1, 1) \ | 
| F(PromiseResult, 1, 1) \ |