Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 96cda586b7c9ea464bc7b1fd39d38c160b34e207..cf38a35cdbf49b1c222982ca17fcd624d736c32e 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -881,6 +881,7 @@ class Heap { |
| // failed. |
| // Please note this does not perform a garbage collection. |
| MUST_USE_RESULT MaybeObject* AllocateSymbol(); |
| + MUST_USE_RESULT MaybeObject* AllocatePrivate(); |
| // Allocate a tenured AllocationSite. It's payload is null |
| MUST_USE_RESULT MaybeObject* AllocateAllocationSite(); |