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