Skip to content

Commit 0e6ba60

Browse files
committed
deps: V8: cherry-pick 931bdbd76f5b
Original commit message: [torque] fix build on VS2017 Node.js build fails on VS2017 without these headers, see the downstream issue (nodejs/node-v8#128). Co-authored-by: Ben Noordhuis <[email protected]> Co-authored-by: gengjiawen <[email protected]> Change-Id: I771eab435dce5cf548581f3acd78681180c77692 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2093951 Reviewed-by: Tobias Tebbi <[email protected]> Commit-Queue: Tobias Tebbi <[email protected]> Cr-Commit-Position: refs/heads/master@{#66661} Refs: v8/v8@931bdbd
1 parent 0244ef0 commit 0e6ba60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# Reset this number to 0 on major V8 upgrades.
4141
# Increment by one for each non-official patch applied to deps/v8.
42-
'v8_embedder_string': '-node.6',
42+
'v8_embedder_string': '-node.7',
4343

4444
##### V8 defaults for Node.js #####
4545

0 commit comments

Comments
 (0)