Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 20279ab52adb814039411c258302b526bf5535e8..ca67006f46a559fcd15a5b443a1fd68bfc27e868 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -169,6 +169,7 @@ namespace internal { |
| F(ChangeBreakOnException, 2, 1) \ |
| F(IsBreakOnException, 1, 1) \ |
| F(PrepareStep, 2, 1) \ |
| + F(PrepareStepFrame, 0, 1) \ |
| F(ClearStepping, 0, 1) \ |
| F(DebugEvaluate, 6, 1) \ |
| F(DebugEvaluateGlobal, 4, 1) \ |