Skip to content

Commit 3d25544

Browse files
cjihrigtargos
authored andcommitted
src: update postmortem constant
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>
1 parent 379bf1a commit 3d25544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v8abbr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
#define V8_OFF_SCRIPT_LENDS \
101101
V8_OFF_HEAP(V8DBG_CLASS_SCRIPT__LINE_ENDS__OBJECT)
102102
#define V8_OFF_STR_LENGTH \
103-
V8_OFF_HEAP(V8DBG_CLASS_STRING__LENGTH__SMI)
103+
V8_OFF_HEAP(V8DBG_CLASS_STRING__LENGTH__INT32_T)
104104
#define V8_OFF_STR_CHARS \
105105
V8_OFF_HEAP(V8DBG_CLASS_SEQONEBYTESTRING__CHARS__CHAR)
106106
#define V8_OFF_CONSSTR_CAR \

0 commit comments

Comments
 (0)