Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 237f9de76e1f7a2f30596c81806371fa56ade019..9bced7d4da78cd2778fc9b48ffb8399e8c0aac5d 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -99,6 +99,7 @@ namespace internal { |
| F(StoreArrayLiteralElement, 5, 1) \ |
| F(DebugCallbackSupportsStepping, 1, 1) \ |
| F(DebugPrepareStepInIfStepping, 1, 1) \ |
| + F(DebugPendingExceptionInPromise, 2, 1) \ |
| F(FlattenString, 1, 1) \ |
| F(LoadMutableDouble, 2, 1) \ |
| F(TryMigrateInstance, 1, 1) \ |