Remove bogus assertion from idle notification.
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 28 Nov 2012 17:56:17 +0000 (17:56 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 28 Nov 2012 17:56:17 +0000 (17:56 +0000)
commit50dcf96e638e0b2f17a2615c6b01a0571149c892
tree6c5bb3e33902ee3f58ce2c3e76f90fedc2f42894
parent32cf38b81cf741f8d078bb4d1ae3d5fa62745cd3
Remove bogus assertion from idle notification.

Callbacks that run after garbage collection might fire a context dispose
notification and hence increse the counter before we actually reach this
position.

R=ulan@chromium.org

Review URL: https://codereview.chromium.org/11280214

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13080 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap.cc