Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 1028f1d7d8491b53695a4564cd2ea2a03aa1a9cd..5ad9f03313f6037022e3f47542fde75598f6729a 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -190,7 +190,6 @@ namespace internal { |
| F(DebugPrepareStepInIfStepping, 1, 1) \ |
| F(DebugPushPromise, 2, 1) \ |
| F(DebugPopPromise, 0, 1) \ |
| - F(DebugPromiseEvent, 1, 1) \ |
| F(DebugAsyncTaskEvent, 1, 1) \ |
| F(DebugIsActive, 0, 1) \ |
| F(DebugBreakInOptimizedCode, 0, 1) |