Index: src/mark-compact-inl.h |
diff --git a/src/mark-compact-inl.h b/src/mark-compact-inl.h |
index faa75b632a905b769f967b5149a45c45d74b494a..10773e7202a3ee124cdd8d290411509dd32c7778 100644 |
--- a/src/mark-compact-inl.h |
+++ b/src/mark-compact-inl.h |
@@ -83,9 +83,6 @@ void MarkCompactCollector::RecordSlot(Object** anchor_slot, |
Object** slot, |
Object* object) { |
Page* object_page = Page::FromAddress(reinterpret_cast<Address>(object)); |
- // Ensure the anchor slot is on the first 'page' of a large object. |
- ASSERT(Page::FromAddress(reinterpret_cast<Address>(anchor_slot))->owner() != |
- NULL); |
if (object_page->IsEvacuationCandidate() && |
!ShouldSkipEvacuationSlotRecording(anchor_slot)) { |
if (!SlotsBuffer::AddTo(&slots_buffer_allocator_, |