Removed space to please lint.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3972 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
bak@chromium.org 2010-02-26 12:00:10 +00:00
parent 4abae7a728
commit 0e0594dcbc

View File

@ -576,7 +576,7 @@ void Heap::PerformGarbageCollection(AllocationSpace space,
MarkCompact(tracer); MarkCompact(tracer);
} }
// Always perform a scavenge to make room in new space. // Always perform a scavenge to make room in new space.
Scavenge(); Scavenge();
// Update the old space promotion limits after the scavenge due to // Update the old space promotion limits after the scavenge due to