Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index 4ce355c38762440e90c8ef08386a407accc75137..b59eb50ddf760351b908a4d64555f0e50291d7ac 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -1552,7 +1552,7 @@ class ScavengingVisitor : public StaticVisitorBase { |
if (marks_handling == TRANSFER_MARKS) { |
if (Marking::TransferColor(source, target)) { |
- MemoryChunk::IncrementLiveBytes(target->address(), size); |
+ MemoryChunk::IncrementLiveBytesFromGC(target->address(), size); |
} |
} |
} |