Skip to content

Commit d677605

Browse files
committed
src: update v8abbr.h for V8 update
This commit updates v8abbr.h to use the updated metadata.
1 parent cfd6103 commit d677605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v8abbr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@
105105
#define V8_OFF_STR_CHARS \
106106
V8_OFF_HEAP(V8DBG_CLASS_SEQONEBYTESTRING__CHARS__CHAR)
107107
#define V8_OFF_CONSSTR_CAR \
108-
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__FIRST_OFFSET__INT)
108+
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__FIRST__STRING)
109109
#define V8_OFF_CONSSTR_CDR \
110-
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__SECOND_OFFSET__INT)
110+
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__SECOND__STRING)
111111
#define V8_OFF_EXTSTR_RSRC \
112112
V8_OFF_HEAP(V8DBG_CLASS_EXTERNALSTRING__RESOURCE__OBJECT)
113113
#define V8_OFF_FA_SIZE \

0 commit comments

Comments
 (0)