Index: src/cpu-profiler.h |
diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h |
index 66e2b8bd18ca8b9d047a4f37585d2a9f07f5d4f8..e15ba8b483e68f91dc826b8250fe18116d1ef5cd 100644 |
--- a/src/cpu-profiler.h |
+++ b/src/cpu-profiler.h |
@@ -184,7 +184,7 @@ class ProfilerEventsProcessor : public Thread { |
} while (false) |
-class CpuProfiler { |
+class CpuProfiler : public CodeEventLoggerBase { |
yurys
2013/07/24 09:15:40
Should we add virtual to the overrides for clarity
|
public: |
explicit CpuProfiler(Isolate* isolate); |