Index: src/allocation-tracker.cc |
diff --git a/src/allocation-tracker.cc b/src/allocation-tracker.cc |
index 7135dc40dbdd681930c91123d191fb817335a8b0..a9103a84a37bd7d025248284f65862ca659a09db 100644 |
--- a/src/allocation-tracker.cc |
+++ b/src/allocation-tracker.cc |
@@ -173,7 +173,7 @@ void AddressToTraceMap::Clear() { |
void AddressToTraceMap::Print() { |
- PrintF("[AddressToTraceMap (%lu): \n", ranges_.size()); |
+ PrintF("[AddressToTraceMap (%" V8PRIuPTR "): \n", ranges_.size()); |
for (RangeMap::iterator it = ranges_.begin(); it != ranges_.end(); ++it) { |
PrintF("[%p - %p] => %u\n", it->second.start, it->first, |
it->second.trace_node_id); |