Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2017-11-22 19:38:50 +0300
committerMyles Borins <mylesborins@google.com>2018-01-25 02:02:43 +0300
commit3154d83a02d2c440979b458aab0353ebe4237180 (patch)
tree724f15356807e24bb05828623bce721061922852 /src/v8abbr.h
parent56ee94f1848de7312d3df8d45aa693cc17c97fb7 (diff)
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: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'src/v8abbr.h')
-rw-r--r--src/v8abbr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v8abbr.h b/src/v8abbr.h
index 939248f3153..c4b244b5637 100644
--- a/src/v8abbr.h
+++ b/src/v8abbr.h
@@ -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)