Chromium Code Reviews| Index: runtime/vm/heap_histogram.cc |
| =================================================================== |
| --- runtime/vm/heap_histogram.cc (revision 23958) |
| +++ runtime/vm/heap_histogram.cc (working copy) |
| @@ -110,7 +110,7 @@ |
| cls = isolate_->class_table()->At(e->class_id_); |
| str = cls.Name(); |
| lib = cls.library(); |
| - OS::Print("%9d %7d ", |
| + OS::Print("%9"Pd" %7"Pd" ", |
| e->size_ / major_gc_count_, |
| e->count_ / major_gc_count_); |
| if (e->class_id_ < kInstanceCid) { |