Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index c77f988215e925c531060649f934dd3e012b7cde..6633fc67819f6d470626da1a6780132eaad47f74 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -236,6 +236,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) \ |
\ |