summaryrefslogtreecommitdiff
path: root/deps/v8/src/profiler/tracing-cpu-profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/profiler/tracing-cpu-profiler.h')
-rw-r--r--deps/v8/src/profiler/tracing-cpu-profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/profiler/tracing-cpu-profiler.h b/deps/v8/src/profiler/tracing-cpu-profiler.h
index d7da209e2e..d5888f54a3 100644
--- a/deps/v8/src/profiler/tracing-cpu-profiler.h
+++ b/deps/v8/src/profiler/tracing-cpu-profiler.h
@@ -20,7 +20,7 @@ class TracingCpuProfilerImpl final
: private v8::TracingController::TraceStateObserver {
public:
explicit TracingCpuProfilerImpl(Isolate*);
- ~TracingCpuProfilerImpl();
+ ~TracingCpuProfilerImpl() override;
// v8::TracingController::TraceStateObserver
void OnTraceEnabled() final;