From f455d7afc4edaeccf08e0dcf3a4efece9bb0ba8f Mon Sep 17 00:00:00 2001 From: "iposva@chromium.org" Date: Fri, 5 Dec 2008 17:53:03 +0000 Subject: [PATCH] Fix lint error. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@927 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/zone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zone.h b/src/zone.h index ab64abb5d..5a8b0fedd 100644 --- a/src/zone.h +++ b/src/zone.h @@ -74,7 +74,7 @@ class Zone { // Never allocate segments smaller than this size in bytes. static const int kMinimumSegmentSize = 8 * KB; - + // Never allocate segments larger than this size in bytes. static const int kMaximumSegmentSize = 1 * MB; -- 2.34.1