Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 7c956d0b63764916e5b98045fd64e2e890a6408d..7c2d8e6fd8f0afa0426617ac6ccf57643eeb6c9c 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) \ |