| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index c9d3313dcf747ba9b0dccf2c69c7548e57894c87..059316da18492523bfcfa480f1ac35760ca11886 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -172,7 +172,7 @@ namespace internal {
|
| F(IsBreakOnException, 1, 1) \
|
| F(PrepareStep, 2, 1) \
|
| F(ClearStepping, 0, 1) \
|
| - F(DebugEvaluate, 4, 1) \
|
| + F(DebugEvaluate, 5, 1) \
|
| F(DebugEvaluateGlobal, 2, 1) \
|
| F(DebugGetLoadedScripts, 0, 1) \
|
| F(DebugReferencedBy, 3, 1) \
|
|
|