Index: src/heap-snapshot-generator.cc |
diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc |
index 61f0fc2a8db68ec21691a7f5c7d7338102c0bd6d..220eb62fb2f11b0a3e1007378168fef091081d88 100644 |
--- a/src/heap-snapshot-generator.cc |
+++ b/src/heap-snapshot-generator.cc |
@@ -104,7 +104,7 @@ void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type, |
void HeapEntry::Print( |
const char* prefix, const char* edge_name, int max_depth, int indent) { |
STATIC_CHECK(sizeof(unsigned) == sizeof(id())); |
- OS::Print("%6"V8PRIuPTR" @%6u %*c %s%s: ", |
+ OS::Print("%6" V8PRIuPTR " @%6u %*c %s%s: ", |
self_size(), id(), indent, ' ', prefix, edge_name); |
if (type() != kString) { |
OS::Print("%s %.40s\n", TypeAsString(), name_); |