Index: src/spaces.h |
diff --git a/src/spaces.h b/src/spaces.h |
index 735f1fbbf2225bf63d5056bd3d75f4efb0b5e9aa..336feb0bcea60789b77e4baa04538909a4377da7 100644 |
--- a/src/spaces.h |
+++ b/src/spaces.h |
@@ -2417,7 +2417,7 @@ class NewSpace : public Space { |
inline_allocation_limit_step_(0) {} |
// Sets up the new space using the given chunk. |
- bool SetUp(int reserved_semispace_size_, int max_semispace_size); |
+ bool SetUp(int reserved_semispace_size_, int max_semi_space_size); |
// Tears down the space. Heap memory was not allocated by the space, so it |
// is not deallocated here. |