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