| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 96cda586b7c9ea464bc7b1fd39d38c160b34e207..71042a87fa65322ee796bcbba3fd18f7b9479bd1 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* AllocatePrivateSymbol();
|
|
|
| // Allocate a tenured AllocationSite. It's payload is null
|
| MUST_USE_RESULT MaybeObject* AllocateAllocationSite();
|
|
|