| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 2d993bbc2b49ddae584b0d824123b33229ff2f9c..cec4f9f74c7cb77f9ee7a8130a3177d0c234c95c 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -615,6 +615,9 @@ class Heap {
|
| // Allocates an empty PolymorphicCodeCache.
|
| MUST_USE_RESULT MaybeObject* AllocatePolymorphicCodeCache();
|
|
|
| + // Allocates a pre-tenured empty AccessorPair.
|
| + MUST_USE_RESULT MaybeObject* AllocateAccessorPair();
|
| +
|
| // Clear the Instanceof cache (used when a prototype changes).
|
| inline void ClearInstanceofCache();
|
|
|
|
|