Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 9ecf47a8e961a704d960df600717527ee4eda974..102c24ccc38a31bfa1e2aacbf7f84ef40cfa66bb 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -468,6 +468,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) \ |