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