summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2018-05-18 11:36:50 -0700
committerTimothy Gu <timothygu99@gmail.com>2018-05-25 13:09:09 -0700
commit8fac1d910f3b45fb4ee0479a0d565b564a08b35b (patch)
tree33e9dc79697b6d0cd694eedb713cb841f28586c9 /common.gypi
parentf315081dc7abdcc2e96c55b17ff89e4c76008e9b (diff)
downloadandroid-node-v8-8fac1d910f3b45fb4ee0479a0d565b564a08b35b.tar.gz
android-node-v8-8fac1d910f3b45fb4ee0479a0d565b564a08b35b.tar.bz2
android-node-v8-8fac1d910f3b45fb4ee0479a0d565b564a08b35b.zip
deps: cherry-pick 6989b3f6d7 from V8 upstream
Original commit message: Fix default Intl language tag handling With certain ICU data bundles (such as the Node.js "small-icu"), %GetDefaultICULocale() may return a more specific language tag (e.g. "en-US") than what's available (e.g. "en"). In those cases, consider the more specific language tag supported. This CL also resolves the following Node.js issue: https://github.com/nodejs/node/issues/15223 Bug: v8:7024 Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng Change-Id: Ifda0776b3418734d5caa8af4e50c17cda95add73 Reviewed-on: https://chromium-review.googlesource.com/668350 Commit-Queue: Daniel Ehrenberg <littledan@chromium.org> Reviewed-by: Daniel Ehrenberg <littledan@chromium.org> Cr-Commit-Position: refs/heads/master@{#52716} PR-URL: https://github.com/nodejs/node/pull/20826 Fixes: https://github.com/nodejs/node/issues/15223 Refs: https://github.com/v8/v8/commit/6989b3f6d7d6a5e68127332296723317917821eb Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.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 d7a730906b..dd11d7af3c 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.8',
+ 'v8_embedder_string': '-node.9',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,