Skip to content

Commit

Permalink
deps: V8: cherry-pick 4ece1067855b
Browse files Browse the repository at this point in the history
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
  • Loading branch information
targos committed Sep 7, 2020
1 parent 9c0fc5b commit ed14532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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.9',
'v8_embedder_string': '-node.10',

##### V8 defaults for Node.js #####

Expand Down
4 changes: 2 additions & 2 deletions deps/v8/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4157,10 +4157,10 @@ v8_source_set("cppgc_base") {
"include/cppgc/custom-space.h",
"include/cppgc/garbage-collected.h",
"include/cppgc/heap.h",
"include/cppgc/internal/api-contants.h",
"include/cppgc/internal/api-constants.h",
"include/cppgc/internal/atomic-entry-flag.h",
"include/cppgc/internal/compiler-specific.h",
"include/cppgc/internal/finalizer-traits.h",
"include/cppgc/internal/finalizer-trait.h",
"include/cppgc/internal/gc-info.h",
"include/cppgc/internal/persistent-node.h",
"include/cppgc/internal/pointer-policies.h",
Expand Down

0 comments on commit ed14532

Please sign in to comment.