Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 5c841fc9d40459079f78a25a8ab48775d25f85cb..3cfee7f045f6f4fe51626191d74fc8927c4eb930 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -343,8 +343,8 @@ namespace internal { |
F(IsBreakOnException, 1, 1) \ |
F(PrepareStep, 3, 1) \ |
F(ClearStepping, 0, 1) \ |
- F(DebugEvaluate, 4, 1) \ |
- F(DebugEvaluateGlobal, 3, 1) \ |
+ F(DebugEvaluate, 5, 1) \ |
+ F(DebugEvaluateGlobal, 4, 1) \ |
F(DebugGetLoadedScripts, 0, 1) \ |
F(DebugReferencedBy, 3, 1) \ |
F(DebugConstructedBy, 2, 1) \ |