summaryrefslogtreecommitdiff
path: root/src/node.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.cc')
-rw-r--r--src/node.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc
index f6ec033bbb..faef976e97 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -2611,7 +2611,6 @@ Isolate* NewIsolate(ArrayBufferAllocator* allocator, uv_loop_t* event_loop) {
isolate->SetMicrotasksPolicy(MicrotasksPolicy::kExplicit);
isolate->SetFatalErrorHandler(OnFatalError);
isolate->SetAllowWasmCodeGenerationCallback(AllowWasmCodeGenerationCallback);
- v8::CpuProfiler::UseDetailedSourcePositionsForProfiling(isolate);
return isolate;
}