Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 32bf7a84b6f49124b29083654b75bb83884bae1e..1feb99b9573c7aabfc6dc4d6ac45797bce6ba69d 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -640,6 +640,9 @@ class Heap { |
// Allocates a pre-tenured empty AccessorPair. |
MUST_USE_RESULT MaybeObject* AllocateAccessorPair(); |
+ // Allocates an empty TypeFeedbackInfo. |
+ MUST_USE_RESULT MaybeObject* AllocateTypeFeedbackInfo(); |
+ |
// Clear the Instanceof cache (used when a prototype changes). |
inline void ClearInstanceofCache(); |