summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorGus Caplan <me@gus.host>2018-05-07 08:36:43 -0500
committerMyles Borins <mylesborins@google.com>2018-06-01 09:59:02 +0200
commitff06cdba1b9d496b14d621f5f60dd84ae522b699 (patch)
tree471c10d694b7c9af653254767a58c71b4aa153e3 /common.gypi
parentf7cc975d4ed0f46eecfa7f76ec99fbe98c864d09 (diff)
downloadandroid-node-v8-ff06cdba1b9d496b14d621f5f60dd84ae522b699.tar.gz
android-node-v8-ff06cdba1b9d496b14d621f5f60dd84ae522b699.tar.bz2
android-node-v8-ff06cdba1b9d496b14d621f5f60dd84ae522b699.zip
v8: backport 9fb02b526f1cd3b859a530a01adb08bc0d089f4f
Refs: https://github.com/v8/v8/commit/9fb02b526f1cd3b859a530a01adb08bc0d089f4f Original commit message: Allow function callbacks to have Proxy as receiver. R=verwaest@chromium.org Bug: v8:5773 Change-Id: Ifd29a1116ee8c86b8d8d24485bbfd19e260ab66b Reviewed-on: chromium-review.googlesource.com/1046088 Commit-Queue: Yang Guo <yangguo@chromium.org> Reviewed-by: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{#53015} PR-URL: https://github.com/nodejs/node/pull/20575 Reviewed-By: James M Snell <jasnell@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 08e4f36cec..04a729e93b 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,