Index: src/heap-inl.h |
diff --git a/src/heap-inl.h b/src/heap-inl.h |
index d878daa3b00d32351fd5d446237ee0b32c5537e8..f55073ce9ec6079144e56baee21a67e3c3bb8e0c 100644 |
--- a/src/heap-inl.h |
+++ b/src/heap-inl.h |
@@ -491,7 +491,6 @@ void Heap::UpdateAllocationSiteFeedback(HeapObject* object) { |
ASSERT(heap->InNewSpace(object)); |
if (!FLAG_allocation_site_pretenuring || |
- !heap->new_space_high_promotion_mode_active_ || |
!AllocationSite::CanTrack(object->map()->instance_type())) return; |
// Either object is the last object in the from space, or there is another |