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