Skip to content

Commit 2664536

Browse files
gengjiawentargos
authored andcommitted
deps: V8: cherry-pick 8e10685ff918
Original commit message: [build]: fix wrong name Change-Id: I504e836da1e36d7b9e504dbdbff8803363f08ccd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4392064 Reviewed-by: Tobias Tebbi <[email protected]> Commit-Queue: Tobias Tebbi <[email protected]> Cr-Commit-Position: refs/heads/main@{#86919} Refs: v8/v8@8e10685 PR-URL: #47440 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 2b411f4 commit 2664536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Reset this number to 0 on major V8 upgrades.
3838
# Increment by one for each non-official patch applied to deps/v8.
39-
'v8_embedder_string': '-node.3',
39+
'v8_embedder_string': '-node.4',
4040

4141
##### V8 defaults for Node.js #####
4242

deps/v8/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -3085,8 +3085,8 @@ v8_header_set("v8_internal_headers") {
30853085
"src/compiler/turboshaft/typed-optimizations-reducer.h",
30863086
"src/compiler/turboshaft/typer.h",
30873087
"src/compiler/turboshaft/types.h",
3088-
"src/compiler/turboshaft/undef-assembler.macros.inc",
3089-
"src/compiler/turboshaft/uniform-reducer-adapater.h",
3088+
"src/compiler/turboshaft/undef-assembler-macros.inc",
3089+
"src/compiler/turboshaft/uniform-reducer-adapter.h",
30903090
"src/compiler/turboshaft/utils.h",
30913091
"src/compiler/turboshaft/value-numbering-reducer.h",
30923092
"src/compiler/turboshaft/variable-reducer.h",

0 commit comments

Comments
 (0)