diff --git a/bindings/profilers/wall.cc b/bindings/profilers/wall.cc index 11564677..80be444e 100644 --- a/bindings/profilers/wall.cc +++ b/bindings/profilers/wall.cc @@ -396,7 +396,7 @@ void SignalHandler::HandleProfilerSignal(int sig, return; } auto isolate = Isolate::GetCurrent(); - if (!isolate || isolate->IsDead()) { + if (!isolate) { return; } WallProfiler* prof = g_profilers.GetProfiler(isolate);