Commit 6950fab3 authored by erikcorry's avatar erikcorry

Remove superfluous assert.

Review URL: http://codereview.chromium.org/8332028

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9775 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent f6fef241
......@@ -459,7 +459,6 @@ class MemoryChunk {
live_byte_count_ = 0;
}
void IncrementLiveBytes(int by) {
ASSERT_LE(static_cast<unsigned>(live_byte_count_), size_);
if (FLAG_gc_verbose) {
printf("UpdateLiveBytes:%p:%x%c=%x->%x\n",
static_cast<void*>(this), live_byte_count_,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment