Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index a941c1a6751f535e3e8035c5f8f3076146c573c7..63b0aa98d661f90077a6cbe4aa33d691cdf5f8bb 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -201,7 +201,7 @@ namespace internal { |
F(GetScript, 1, 1) \ |
F(DebugCallbackSupportsStepping, 1, 1) \ |
F(DebugPrepareStepInIfStepping, 1, 1) \ |
- F(DebugPushPromise, 2, 1) \ |
+ F(DebugPushPromise, 3, 1) \ |
F(DebugPopPromise, 0, 1) \ |
F(DebugPromiseEvent, 1, 1) \ |
F(DebugAsyncTaskEvent, 1, 1) \ |