Skip to content

Commit ed14532

Browse files
committed
deps: V8: cherry-pick 4ece1067855b
Original commit message: cppgc: fix wrong header name Change-Id: I9ad6402561f06b4c2069c08f452e52a4d6b533eb Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2270402 Reviewed-by: Anton Bikineev <bikineev@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#68584} Refs: v8/v8@4ece106
1 parent 9c0fc5b commit ed14532

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

common.gypi

Lines changed: 1 addition & 1 deletion
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.9',
39+
'v8_embedder_string': '-node.10',
4040

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

deps/v8/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4157,10 +4157,10 @@ v8_source_set("cppgc_base") {
41574157
"include/cppgc/custom-space.h",
41584158
"include/cppgc/garbage-collected.h",
41594159
"include/cppgc/heap.h",
4160-
"include/cppgc/internal/api-contants.h",
4160+
"include/cppgc/internal/api-constants.h",
41614161
"include/cppgc/internal/atomic-entry-flag.h",
41624162
"include/cppgc/internal/compiler-specific.h",
4163-
"include/cppgc/internal/finalizer-traits.h",
4163+
"include/cppgc/internal/finalizer-trait.h",
41644164
"include/cppgc/internal/gc-info.h",
41654165
"include/cppgc/internal/persistent-node.h",
41664166
"include/cppgc/internal/pointer-policies.h",

0 commit comments

Comments
 (0)