Skip to content

Commit

Permalink
deps: remove duplicated postmortem metadata entry
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Marchini <mmarchini@netflix.com>

PR-URL: nodejs#32521
Refs: v8/v8@8.1.307.20...8.1.307.26
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
mmarchini committed Apr 4, 2020
1 parent 3052769 commit 17f323e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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.11',
'v8_embedder_string': '-node.12',

##### V8 defaults for Node.js #####

Expand Down
1 change: 0 additions & 1 deletion deps/v8/tools/gen-postmortem-metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@
'SlicedString, offset, SMI, kOffsetOffset',
'ThinString, actual, String, kActualOffset',
'Symbol, name, Object, kDescriptionOffset',
'Map, constructor_or_backpointer, Object, kConstructorOrBackPointerOrNativeContextOffset',
];

#
Expand Down

0 comments on commit 17f323e

Please sign in to comment.