Index: test/cctest/heap/test-spaces.cc |
diff --git a/test/cctest/heap/test-spaces.cc b/test/cctest/heap/test-spaces.cc |
index 711b2a54268b20d5558486a834a201a120cbd700..fd72fd629fa3af127dc8953d29150b63ddde56b4 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; |