Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index adf95ff9e23444bf4d1ec49d72d76c6af15e379f..76e3ceeecdc98165749f2107cab6ca3e8fb4bc1c 100644 |
--- a/src/log.h |
+++ b/src/log.h |
@@ -31,7 +31,6 @@ |
#include "allocation.h" |
#include "objects.h" |
#include "platform.h" |
-#include "platform/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; |
}; |