Fix static overrun.
Review URL: http://codereview.chromium.org/48124 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1527 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
d7f9992442
commit
22f9dbf651
@ -1481,7 +1481,7 @@ class MapSpace : public PagedSpace {
|
|||||||
MapSpaceFreeList free_list_;
|
MapSpaceFreeList free_list_;
|
||||||
|
|
||||||
// An array of page start address in a map space.
|
// An array of page start address in a map space.
|
||||||
Address page_addresses_[kMaxMapPageIndex];
|
Address page_addresses_[kMaxMapPageIndex + 1];
|
||||||
|
|
||||||
public:
|
public:
|
||||||
TRACK_MEMORY("MapSpace")
|
TRACK_MEMORY("MapSpace")
|
||||||
|
Loading…
Reference in New Issue
Block a user