Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/pipeline-statistics.cc')
-rw-r--r--deps/v8/src/compiler/pipeline-statistics.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/pipeline-statistics.cc b/deps/v8/src/compiler/pipeline-statistics.cc
index 9cfd1cf94d9..5e2c7feffd1 100644
--- a/deps/v8/src/compiler/pipeline-statistics.cc
+++ b/deps/v8/src/compiler/pipeline-statistics.cc
@@ -19,7 +19,7 @@ namespace {
// We log detailed phase information about the pipeline
// in both the v8.turbofan and the v8.wasm categories.
-const char kTraceCategory[] = // --
+constexpr const char kTraceCategory[] = // --
TRACE_DISABLED_BY_DEFAULT("v8.turbofan") "," // --
TRACE_DISABLED_BY_DEFAULT("v8.wasm");