Skip to content

Commit

Permalink
src: update postmortem constant name
Browse files Browse the repository at this point in the history
This commit renames V8DBG_CLASS_MAP__INSTANCE_ATTRIBUTES__INT
to V8DBG_CLASS_MAP__INSTANCE_TYPE__UINT16_T following upstream changes.
  • Loading branch information
cjihrig authored and nodejs-ci committed Dec 19, 2017
1 parent 783464d commit 77a0f71
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 @@ -114,7 +114,7 @@
#define V8_OFF_HEAPOBJ_MAP \
V8_OFF_HEAP(V8DBG_CLASS_HEAPOBJECT__MAP__MAP)
#define V8_OFF_MAP_ATTRS \
V8_OFF_HEAP(V8DBG_CLASS_MAP__INSTANCE_ATTRIBUTES__INT)
V8_OFF_HEAP(V8DBG_CLASS_MAP__INSTANCE_TYPE__UINT16_T)
#define V8_OFF_TWOBYTESTR_CHARS \
V8_OFF_HEAP(V8DBG_CLASS_SEQTWOBYTESTRING__CHARS__CHAR)

Expand Down

0 comments on commit 77a0f71

Please sign in to comment.