Skip to content

Commit 492eb0b

Browse files
legendecasRafaelGSS
authored andcommitted
build: disable flag v8_scriptormodule_legacy_lifetime
Usages of `v8::ScriptOrModule` were removed in #44198 so the flag can be disabled by default. PR-URL: #50616 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent eaa4c14 commit 492eb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/features.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
# Enable global allocation site tracking.
271271
'v8_allocation_site_tracking%': 1,
272272

273-
'v8_scriptormodule_legacy_lifetime%': 1,
273+
'v8_scriptormodule_legacy_lifetime%': 0,
274274

275275
# Change code emission and runtime features to be CET shadow-stack compliant
276276
# (incomplete and experimental).

0 commit comments

Comments
 (0)