Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 36e274ad3db2476544b1c9af767f5030dbd67f5a..cdf21dcabfb724da807205efbb355188d981bc4f 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -172,7 +172,7 @@ namespace internal { |
| F(FunctionGetPositionForOffset, 2) \ |
| F(FunctionIsAPIFunction, 1) \ |
| F(GetScript, 1) \ |
| - F(CollectStackTrace, 1) \ |
| + F(CollectStackTrace, 2) \ |
| \ |
| F(ClassOf, 1) \ |
| F(SetCode, 2) \ |