summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorTobias Tebbi <tebbi@chromium.org>2017-10-10 22:39:41 +0200
committerMichaƫl Zasso <targos@protonmail.com>2017-10-18 17:05:28 -0700
commitc39caa997c751473d0c8f50af8c6b14bcd389fa0 (patch)
treecb18321da8ba4b754b3f73d6c9bc06f65b581487 /common.gypi
parent33f5014b373c567cbf2e79328624c313618eb8a2 (diff)
downloadandroid-node-v8-c39caa997c751473d0c8f50af8c6b14bcd389fa0.tar.gz
android-node-v8-c39caa997c751473d0c8f50af8c6b14bcd389fa0.tar.bz2
android-node-v8-c39caa997c751473d0c8f50af8c6b14bcd389fa0.zip
deps: backport 0f1dfae from V8 upstream
Original commit message: avoid constructor inheritance due to compilation issues Constructor inheritance of a templated constructor is causing compilation issues for node.js: https: //github.com/nodejs/node/pull/15362#issue-257007421 Change-Id: I7d099ff5a1a2fd5b19c11112ddef8fe824e509f7 Reviewed-on: https://chromium-review.googlesource.com/707008 Commit-Queue: Tobias Tebbi <tebbi@chromium.org> Commit-Queue: Benedikt Meurer <bmeurer@chromium.org> Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Cr-Commit-Position: refs/heads/master@{#48445} Refs: https://github.com/v8/v8/commit/0f1dfae0501ffa5086c34412e0cb3b229bd570de PR-URL: https://github.com/nodejs/node/pull/15362 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
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 985061da39..17d9e24600 100644
--- a/common.gypi
+++ b/common.gypi
@@ -27,7 +27,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.2',
+ 'v8_embedder_string': '-node.3',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,