Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index c75a419072654a7a62e5863c0d61d7cbd768b674..0406f0d8f5b56c4e20fe656b725d8db53a86a476 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5772,7 +5772,6 @@ class Map: public HeapObject { |
set_bit_field3(EnumLengthBits::update(bit_field3(), length)); |
} |
- inline bool CanTrackAllocationSite(); |
inline bool owns_descriptors(); |
inline void set_owns_descriptors(bool is_shared); |
inline bool is_observed(); |
@@ -7840,6 +7839,7 @@ class AllocationSite: public Struct { |
static inline AllocationSiteMode GetMode( |
ElementsKind boilerplate_elements_kind); |
static inline AllocationSiteMode GetMode(ElementsKind from, ElementsKind to); |
+ static inline bool CanTrack(InstanceType type); |
static const int kTransitionInfoOffset = HeapObject::kHeaderSize; |
static const int kWeakNextOffset = kTransitionInfoOffset + kPointerSize; |