| Index: src/lithium-allocator.cc
|
| diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc
|
| index aece3aa07746a8e146699eb9614439870e1b384e..1a2a6695d8d49ebb6c3fadbbdcfd6679c2079553 100644
|
| --- a/src/lithium-allocator.cc
|
| +++ b/src/lithium-allocator.cc
|
| @@ -2191,7 +2191,7 @@ LAllocatorPhase::~LAllocatorPhase() {
|
| if (FLAG_hydrogen_stats) {
|
| unsigned size = allocator_->zone()->allocation_size() -
|
| allocator_zone_start_allocation_size_;
|
| - isolate()->GetHStatistics()->SaveTiming(name(), 0, size);
|
| + isolate()->GetHStatistics()->SaveTiming(name(), TimeDelta(), size);
|
| }
|
|
|
| if (ShouldProduceTraceOutput()) {
|
|
|