Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index e6417c92edde4d3eb63123469c65dcabc9317cf4..a4644c8d7378f22fa740b7dffcd1d3ad4405bd2b 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -8245,6 +8245,7 @@ class AllocationMemento: public Struct { |
inline bool IsValid(); |
inline AllocationSite* GetAllocationSite(); |
+ inline Address GetAllocationSiteUnchecked(); |
DECLARE_PRINTER(AllocationMemento) |
DECLARE_VERIFIER(AllocationMemento) |