summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorAli Ijaz Sheikh <ofrobots@google.com>2018-01-22 12:19:05 -0800
committerAli Ijaz Sheikh <ofrobots@google.com>2018-01-24 10:25:11 -0800
commit00687fb5044d9ab3361e445b7bf8949bf99994e2 (patch)
treee8b9cd1eb1ca51ed623a3082a5d29d0b61c07c32 /common.gypi
parent98d9540dd7a7aa2e612f16caeea6e57d56ed9f12 (diff)
downloadandroid-node-v8-00687fb5044d9ab3361e445b7bf8949bf99994e2.tar.gz
android-node-v8-00687fb5044d9ab3361e445b7bf8949bf99994e2.tar.bz2
android-node-v8-00687fb5044d9ab3361e445b7bf8949bf99994e2.zip
deps: V8: backport 76c3ac5 from upstream
This fixes a bug in the CPU profiler where some ticks were attributed to the wrong file. Original commit message: [cpu-profiler] Fix script name when recording inlining info Use the script name from the shared function info to create an inline entry. Otherwise functions are attributed to the wrong file in the CpuProfileNode. See https://github.com/GoogleCloudPlatform/cloud-profiler-nodejs/issues/89 Bug: v8:7203, v8:7241 Change-Id: I8ea31943741770e6611275a9c93375922b934547 Reviewed-on: https://chromium-review.googlesource.com/848093 Reviewed-by: Jaroslav Sevcik <jarin@chromium.org> Commit-Queue: Franziska Hinkelmann <franzih@chromium.org> Cr-Commit-Position: refs/heads/master@{#50339} Refs: https://github.com/v8/v8/commit/76c3ac58b00e08e3e2fecc3f7169bd64d91c8f75 PR-URL: https://github.com/nodejs/node/pull/18298 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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 7cceef8759..9979b5bfed 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,