Revision: 21687
Author: [email protected]
Date: Thu Jun 5 08:44:00 2014 UTC
Log: Fix another presubmit error in heap.cc
[email protected]
BUG=none
LOG=n
Review URL: https://codereview.chromium.org/319473004
http://code.google.com/p/v8/source/detail?r=21687
Modified:
/branches/bleeding_edge/src/heap.cc
=======================================
--- /branches/bleeding_edge/src/heap.cc Wed Jun 4 08:35:42 2014 UTC
+++ /branches/bleeding_edge/src/heap.cc Thu Jun 5 08:44:00 2014 UTC
@@ -2382,7 +2382,7 @@
set_meta_map(new_meta_map);
new_meta_map->set_map(new_meta_map);
- { // Partial map allocation
+ { // Partial map allocation
#define ALLOCATE_PARTIAL_MAP(instance_type, size,
field_name) \
{ Map*
map; \
if (!AllocatePartialMap((instance_type), (size)).To(&map)) return
false; \
@@ -2476,7 +2476,7 @@
constant_pool_array_map()->set_prototype(null_value());
constant_pool_array_map()->set_constructor(null_value());
- { // Map allocation
+ { // Map allocation
#define ALLOCATE_MAP(instance_type, size,
field_name) \
{ Map*
map; \
if (!AllocateMap((instance_type), size).To(&map)) return
false; \
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.