Skip to content

Commit 01e7886

Browse files
gengjiawenMylesBorins
authored andcommitted
deps: V8: fix compilation on VS2017
Backport-PR-URL: #34356 PR-URL: #33579 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Shelley Vohr <[email protected]>
1 parent f269dff commit 01e7886

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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.8',
39+
'v8_embedder_string': '-node.9',
4040

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

deps/v8/src/torque/implementation-visitor.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4616,6 +4616,7 @@ void ImplementationVisitor::GenerateExportedMacrosAssembler(
46164616
cc_contents << "#include \"src/objects/fixed-array-inl.h\"\n";
46174617
cc_contents << "#include \"src/objects/free-space.h\"\n";
46184618
cc_contents << "#include \"src/objects/js-regexp-string-iterator.h\"\n";
4619+
cc_contents << "#include \"src/objects/js-aggregate-error.h\"\n";
46194620
cc_contents << "#include \"src/objects/ordered-hash-table.h\"\n";
46204621
cc_contents << "#include \"src/objects/property-descriptor-object.h\"\n";
46214622
cc_contents << "#include \"src/objects/synthetic-module.h\"\n";

0 commit comments

Comments
 (0)