From 52cfd35fb25d4d83a74b159ed2132a782ceeeb99 Mon Sep 17 00:00:00 2001 From: "mstarzinger@chromium.org" Date: Wed, 28 May 2014 09:20:03 +0000 Subject: [PATCH] Drop bogus assert after r21552. R=hpayer@chromium.org BUG=v8:2070 LOG=N Review URL: https://codereview.chromium.org/303493005 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21554 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/mark-compact.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mark-compact.cc b/src/mark-compact.cc index 7e7a3439d2..3d1af7cdb4 100644 --- a/src/mark-compact.cc +++ b/src/mark-compact.cc @@ -400,7 +400,6 @@ void MarkCompactCollector::CollectGarbage() { // Make sure that Prepare() has been called. The individual steps below will // update the state as they proceed. ASSERT(state_ == PREPARE_GC); - ASSERT(encountered_weak_collections_ == Smi::FromInt(0)); MarkLiveObjects(); ASSERT(heap_->incremental_marking()->IsStopped());