ASSERT(!m_heap->shouldCollect()) is no longer true due to our use of the GC deferral mechanism. We could technically be beyond our byte allocation limit, but still not try to collect due to deferral. We should either amend shouldCollect to account for GC deferral or remove this ASSERT.
Created attachment 210385 [details] Patch
<rdar://problem/14858879>
Comment on attachment 210385 [details] Patch Clearing flags on attachment: 210385 Committed r155056: <http://trac.webkit.org/changeset/155056>
All reviewed patches have been landed. Closing bug.
The debug bots started crashing. E.g.: http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK2%20(Tests)/r155055%20(12191)/results.html It looks related to this change. Can you please have a look?