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
This commit is contained in:
mstarzinger@chromium.org 2014-05-28 09:20:03 +00:00
parent 5f7fed0134
commit 52cfd35fb2

View File

@ -400,7 +400,6 @@ void MarkCompactCollector::CollectGarbage() {
// Make sure that Prepare() has been called. The individual steps below will // Make sure that Prepare() has been called. The individual steps below will
// update the state as they proceed. // update the state as they proceed.
ASSERT(state_ == PREPARE_GC); ASSERT(state_ == PREPARE_GC);
ASSERT(encountered_weak_collections_ == Smi::FromInt(0));
MarkLiveObjects(); MarkLiveObjects();
ASSERT(heap_->incremental_marking()->IsStopped()); ASSERT(heap_->incremental_marking()->IsStopped());