Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 795b429a924628626d87d34d973b20126a18447e..82ab1d0d0249e1b8cc57689bebbd4076e1cac681 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -8294,6 +8294,7 @@ class AllocationMemento: public Struct { |
| inline bool IsValid(); |
| inline AllocationSite* GetAllocationSite(); |
| + inline Address GetAllocationSiteUnchecked(); |
| DECLARE_PRINTER(AllocationMemento) |
| DECLARE_VERIFIER(AllocationMemento) |