Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 8ef4c813fcaf452650156059a8d1fa0e32eef8cf..08a8ac55bbdd8d7dabeff741673a49b4aa366d1a 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -467,6 +467,7 @@ namespace internal { |
| F(GetFrameCount, 1, 1) \ |
| F(GetFrameDetails, 2, 1) \ |
| F(GetScopeCount, 2, 1) \ |
| + F(GetStepInPositions, 2, 1) \ |
| F(GetScopeDetails, 4, 1) \ |
| F(GetFunctionScopeCount, 1, 1) \ |
| F(GetFunctionScopeDetails, 2, 1) \ |