Fix lint.

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10640018

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11903 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
yangguo@chromium.org 2012-06-22 10:11:19 +00:00
parent 16c775ea81
commit 47be3e8231

View File

@ -534,7 +534,6 @@ void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) {
static const intptr_t kFreenessThreshold = 50;
if (over_reserved >= 2 * space->AreaSize()) {
// If reduction of memory footprint was requested, we are aggressive
// about choosing pages to free. We expect that half-empty pages
// are easier to compact so slightly bump the limit.