summaryrefslogtreecommitdiff
path: root/chromium/v8/src/lithium-allocator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/lithium-allocator.cc')
-rw-r--r--chromium/v8/src/lithium-allocator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/lithium-allocator.cc b/chromium/v8/src/lithium-allocator.cc
index 2e2f802558c..3c5abd19846 100644
--- a/chromium/v8/src/lithium-allocator.cc
+++ b/chromium/v8/src/lithium-allocator.cc
@@ -2189,7 +2189,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()) {