diff --git a/common.gypi b/common.gypi index 0dcf428002c4c7..9b37dc9ff581a3 100644 --- a/common.gypi +++ b/common.gypi @@ -36,7 +36,7 @@ # Reset this number to 0 on major V8 upgrades. # Increment by one for each non-official patch applied to deps/v8. - 'v8_embedder_string': '-node.3', + 'v8_embedder_string': '-node.4', ##### V8 defaults for Node.js ##### diff --git a/deps/v8/BUILD.gn b/deps/v8/BUILD.gn index 8f9377940796a5..96e4fee3f6cf80 100644 --- a/deps/v8/BUILD.gn +++ b/deps/v8/BUILD.gn @@ -3085,8 +3085,8 @@ v8_header_set("v8_internal_headers") { "src/compiler/turboshaft/typed-optimizations-reducer.h", "src/compiler/turboshaft/typer.h", "src/compiler/turboshaft/types.h", - "src/compiler/turboshaft/undef-assembler.macros.inc", - "src/compiler/turboshaft/uniform-reducer-adapater.h", + "src/compiler/turboshaft/undef-assembler-macros.inc", + "src/compiler/turboshaft/uniform-reducer-adapter.h", "src/compiler/turboshaft/utils.h", "src/compiler/turboshaft/value-numbering-reducer.h", "src/compiler/turboshaft/variable-reducer.h",