Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index caed34bab5ce57427cfcc0cbcc83b61d828eabfd..c189d6d509408cfa77f03bb756a003814613ea44 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(MarkOneShotGetter, 1, 1) \ |
F(GetOverflowedRawStackTrace, 1, 1) \ |
F(GetV8Version, 0, 1) \ |
\ |