summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-05-22 11:47:16 -0400
committerMichaël Zasso <targos@protonmail.com>2020-10-18 20:17:05 +0200
commitebbb038c457aa3517643236c62d3b37a6c6560a1 (patch)
treeebcfe83450af8c137b9824e32e5a7c76960d319a /common.gypi
parent046c6fb56f9899ca06c4699bb4da9ebd84a286c8 (diff)
downloadios-node-v8-ebbb038c457aa3517643236c62d3b37a6c6560a1.tar.gz
ios-node-v8-ebbb038c457aa3517643236c62d3b37a6c6560a1.tar.bz2
ios-node-v8-ebbb038c457aa3517643236c62d3b37a6c6560a1.zip
deps: V8: forward declaration of `Rtl*FunctionTable`
This should be semver-patch since actual invocation is version conditional. PR-URL: https://github.com/nodejs/node/pull/32116 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 251da62453..e7e83c71fe 100644
--- a/common.gypi
+++ b/common.gypi
@@ -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.3',
+ 'v8_embedder_string': '-node.4',
##### V8 defaults for Node.js #####