Skip to content

Commit

Permalink
src: update postmortem constant
Browse files Browse the repository at this point in the history
Update a postmortem constant used by the ustack helper which
changed while moving to V8 7.1.

PR-URL: #23423
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
cjihrig authored and targos committed Dec 6, 2018
1 parent 379bf1a commit 3d25544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v8abbr.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
#define V8_OFF_SCRIPT_LENDS \
V8_OFF_HEAP(V8DBG_CLASS_SCRIPT__LINE_ENDS__OBJECT)
#define V8_OFF_STR_LENGTH \
V8_OFF_HEAP(V8DBG_CLASS_STRING__LENGTH__SMI)
V8_OFF_HEAP(V8DBG_CLASS_STRING__LENGTH__INT32_T)
#define V8_OFF_STR_CHARS \
V8_OFF_HEAP(V8DBG_CLASS_SEQONEBYTESTRING__CHARS__CHAR)
#define V8_OFF_CONSSTR_CAR \
Expand Down

0 comments on commit 3d25544

Please sign in to comment.