Revision: 21554
Author:   [email protected]
Date:     Wed May 28 09:20:03 2014 UTC
Log:      Drop bogus assert after r21552.

[email protected]
BUG=v8:2070
LOG=N

Review URL: https://codereview.chromium.org/303493005
http://code.google.com/p/v8/source/detail?r=21554

Modified:
 /branches/bleeding_edge/src/mark-compact.cc

=======================================
--- /branches/bleeding_edge/src/mark-compact.cc Wed May 28 08:35:16 2014 UTC
+++ /branches/bleeding_edge/src/mark-compact.cc Wed May 28 09:20:03 2014 UTC
@@ -400,7 +400,6 @@
// 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());

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to