From 3f764cbbd52ee75755915928f7a604af788c3bb8 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Thu, 12 Jan 2023 13:02:40 +0100 Subject: [PATCH] build: remove `ScriptOrModule` V8 flag (#36887) build: remove ScriptOrModule V8 flag --- build/args/all.gn | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/args/all.gn b/build/args/all.gn index 4622ee2e9d73..19b52cad2a3b 100644 --- a/build/args/all.gn +++ b/build/args/all.gn @@ -10,9 +10,6 @@ v8_embedder_string = "-electron.0" # TODO: this breaks mksnapshot v8_enable_snapshot_native_code_counters = false -# TODO(codebytere): remove when Node.js handles https://chromium-review.googlesource.com/c/v8/v8/+/3211575 -v8_scriptormodule_legacy_lifetime = true - # we use this api v8_enable_javascript_promise_hooks = true