Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index e17a6885896f9629280ff31cf0aece038cc8f093..1476a1591e3925d8cba8b730044dddb4b5aab47e 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -201,6 +201,7 @@ namespace internal { |
| F(DebugPromiseReject, 2, 1) \ |
| F(DebugAsyncEventEnqueueRecurring, 2, 1) \ |
| F(DebugAsyncFunctionPromiseCreated, 1, 1) \ |
| + F(DebugMarkPromiseAllOrRace, 1, 1) \ |
| F(DebugIsActive, 0, 1) \ |
| F(DebugBreakInOptimizedCode, 0, 1) |