diff --git a/bindings/profilers/wall.cc b/bindings/profilers/wall.cc index f6aebf6e..0fb382f0 100644 --- a/bindings/profilers/wall.cc +++ b/bindings/profilers/wall.cc @@ -876,7 +876,7 @@ Result WallProfiler::StartImpl() { // CreateV8CpuProfiler succeeded) we hold a cpuProfiler_, a g_profilers // entry, and possibly GC pro/epilogue callbacks. Tear them all down so // the caller doesn't observe a half-initialized profiler. - Dispose(isolate, true); + Dispose(isolate); return res; }