Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 4f8d1d77c3d62472f3bcc5d12d16fc12934424eb..e54a9e8b7358a1ca69cb267e4f766d5b84eca6ff 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -233,6 +233,7 @@ namespace internal { |
| F(FunctionIsBuiltin, 1, 1) \ |
| F(GetScript, 1, 1) \ |
| F(CollectStackTrace, 3, 1) \ |
| + F(GetOverflowedRawStackTrace, 1, 1) \ |
| F(GetV8Version, 0, 1) \ |
| \ |
| F(ClassOf, 1, 1) \ |