Skip to content

Commit d884d7e

Browse files
cjihrigMayaLekova
authored andcommitted
src: update postmortem constant name
This commit renames V8DBG_CLASS_MAP__INSTANCE_ATTRIBUTES__INT to V8DBG_CLASS_MAP__INSTANCE_TYPE__UINT16_T following upstream changes. PR-URL: nodejs#17489 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
1 parent f358439 commit d884d7e

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
@@ -114,7 +114,7 @@
114114
#define V8_OFF_HEAPOBJ_MAP \
115115
V8_OFF_HEAP(V8DBG_CLASS_HEAPOBJECT__MAP__MAP)
116116
#define V8_OFF_MAP_ATTRS \
117-
V8_OFF_HEAP(V8DBG_CLASS_MAP__INSTANCE_ATTRIBUTES__INT)
117+
V8_OFF_HEAP(V8DBG_CLASS_MAP__INSTANCE_TYPE__UINT16_T)
118118
#define V8_OFF_TWOBYTESTR_CHARS \
119119
V8_OFF_HEAP(V8DBG_CLASS_SEQTWOBYTESTRING__CHARS__CHAR)
120120

0 commit comments

Comments
 (0)