Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 9054fc79a19249091fb4d302205bd429d6e36c02..4c7609844e2476de0991ae0576c052ab043041a4 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -504,7 +504,7 @@ namespace internal { |
| F(ClearBreakPoint, 1, 1) \ |
| F(ChangeBreakOnException, 2, 1) \ |
| F(IsBreakOnException, 1, 1) \ |
| - F(PrepareStep, 3, 1) \ |
| + F(PrepareStep, 4, 1) \ |
| F(ClearStepping, 0, 1) \ |
| F(DebugEvaluate, 6, 1) \ |
| F(DebugEvaluateGlobal, 4, 1) \ |