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