Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index bb0cdf44bb9a878804bf94cff20d58925a8d5d8a..31ab6cf40ef58d0cac2020a959806f9ed261a141 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -2242,7 +2242,7 @@ bool Isolate::Init(Deserializer* des) { |
heap_.amount_of_external_allocated_memory_at_last_global_gc_)), |
Internals::kAmountOfExternalAllocatedMemoryAtLastGlobalGCOffset); |
- time_millis_at_init_ = base::OS::TimeCurrentMillis(); |
+ time_millis_at_init_ = heap_.MonotonicallyIncreasingTimeInMs(); |
heap_.NotifyDeserializationComplete(); |