Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index db92ecba8046504857e6eb8e27d99063bd24e38a..b81cddf3fa14dfa148006301884d5ce6d1fe5928 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -8148,6 +8148,8 @@ class AllocationSite: public Struct { |
return (mode == kTenure) ? TENURED : NOT_TENURED; |
} |
+ void ResetPretenureDecision(); |
+ |
// The pretenuring decision is made during gc, and the zombie state allows |
// us to recognize when an allocation site is just being kept alive because |
// a later traversal of new space may discover AllocationMementos that point |