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:
parent
5f7fed0134
commit
52cfd35fb2
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user