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