summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/snapshot/serializer-allocator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/snapshot/serializer-allocator.cc')
-rw-r--r--chromium/v8/src/snapshot/serializer-allocator.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/v8/src/snapshot/serializer-allocator.cc b/chromium/v8/src/snapshot/serializer-allocator.cc
index a709715bdda..a1bd9f43eba 100644
--- a/chromium/v8/src/snapshot/serializer-allocator.cc
+++ b/chromium/v8/src/snapshot/serializer-allocator.cc
@@ -142,7 +142,8 @@ void SerializerAllocator::OutputStatistics() {
PrintF(" Spaces (bytes):\n");
for (int space = 0; space < kNumberOfSpaces; space++) {
- PrintF("%16s", Heap::GetSpaceName(static_cast<AllocationSpace>(space)));
+ PrintF("%16s",
+ BaseSpace::GetSpaceName(static_cast<AllocationSpace>(space)));
}
PrintF("\n");