Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index aa0d279e11a537012fca807067eea1c47a345993..76e3ceeecdc98165749f2107cab6ca3e8fb4bc1c 100644 |
--- a/src/log.h |
+++ b/src/log.h |
@@ -31,7 +31,6 @@ |
#include "allocation.h" |
#include "objects.h" |
#include "platform.h" |
-#include "time/elapsed-timer.h" |
namespace v8 { |
namespace internal { |
@@ -451,7 +450,7 @@ class Logger { |
// 'true' between SetUp() and TearDown(). |
bool is_initialized_; |
- ElapsedTimer timer_; |
+ int64_t epoch_; |
friend class CpuProfiler; |
}; |