Skip to content

Commit 0d4d6b3

Browse files
jkunkeetargos
authored andcommitted
deps: V8: cherry-pick 58cefed
Original commit message: snapshot: add source line stubs for ARM64 Windows When stubbing out source line information emission for Windows, the ARM64 Windows branch was missed. This change copies the x86/x64 stubs as appropriate. Bug: chromium:893460,v8:8870 [email protected] Bug: chromium:893460,v8:8870 Change-Id: I1416b602a4f96a68c37fdeeb816ce1ce33b12407 Reviewed-on: https://chromium-review.googlesource.com/c/1453637 Commit-Queue: Jakob Gruber <[email protected]> Reviewed-by: Jakob Gruber <[email protected]> Reviewed-by: Michael Stanton <[email protected]> Cr-Commit-Position: refs/heads/master@{#59817} Refs: v8/v8@58cefed PR-URL: #25852 Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]>
1 parent 1a6ed98 commit 0d4d6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Reset this number to 0 on major V8 upgrades.
3939
# Increment by one for each non-official patch applied to deps/v8.
40-
'v8_embedder_string': '-node.4',
40+
'v8_embedder_string': '-node.5',
4141

4242
##### V8 defaults for Node.js #####
4343

0 commit comments

Comments
 (0)