| Index: test/cctest/heap/test-spaces.cc
|
| diff --git a/test/cctest/heap/test-spaces.cc b/test/cctest/heap/test-spaces.cc
|
| index 1ed07c54a58b0421d0803c19a4ccafc0aa2d4e23..da364c51408b8709d7d5373fd7cc30f1d96bb99f 100644
|
| --- a/test/cctest/heap/test-spaces.cc
|
| +++ b/test/cctest/heap/test-spaces.cc
|
| @@ -193,7 +193,7 @@ static void VerifyMemoryChunk(Isolate* isolate,
|
| CHECK(static_cast<size_t>(memory_chunk->area_size()) ==
|
| second_commit_area_size);
|
|
|
| - memory_allocator->Free(memory_chunk);
|
| + memory_allocator->Free<MemoryAllocator::kFull>(memory_chunk);
|
| }
|
| memory_allocator->TearDown();
|
| delete memory_allocator;
|
|
|