Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 823285fd37661bad76a15483a06cc104b680512b..7360097e41089cbf4c904b3ea071d9446e48346e 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -505,6 +505,7 @@ namespace internal { |
| F(GetScopeCount, 2, 1) \ |
| F(GetStepInPositions, 2, 1) \ |
| F(GetScopeDetails, 4, 1) \ |
| + F(GetAllScopesDetails, 3, 1) \ |
| F(GetFunctionScopeCount, 1, 1) \ |
| F(GetFunctionScopeDetails, 2, 1) \ |
| F(SetScopeVariableValue, 6, 1) \ |