| Index: test/cctest/heap/test-spaces.cc
|
| diff --git a/test/cctest/heap/test-spaces.cc b/test/cctest/heap/test-spaces.cc
|
| index fd72fd629fa3af127dc8953d29150b63ddde56b4..711b2a54268b20d5558486a834a201a120cbd700 100644
|
| --- a/test/cctest/heap/test-spaces.cc
|
| +++ b/test/cctest/heap/test-spaces.cc
|
| @@ -193,7 +193,7 @@
|
| CHECK(static_cast<size_t>(memory_chunk->area_size()) ==
|
| second_commit_area_size);
|
|
|
| - memory_allocator->Free<MemoryAllocator::kFull>(memory_chunk);
|
| + memory_allocator->Free(memory_chunk);
|
| }
|
| memory_allocator->TearDown();
|
| delete memory_allocator;
|
|
|