Author: [EMAIL PROTECTED]
Date: Fri Dec 5 09:53:03 2008
New Revision: 927
Modified:
branches/bleeding_edge/src/zone.h
Log:
Fix lint error.
Modified: branches/bleeding_edge/src/zone.h
==============================================================================
--- branches/bleeding_edge/src/zone.h (original)
+++ branches/bleeding_edge/src/zone.h Fri Dec 5 09:53:03 2008
@@ -74,7 +74,7 @@
// 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;
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---