Skip to content

Commit 6bc2ce2

Browse files
mmarchinitargos
authored andcommitted
Revert "src: update v8abbr.h for V8 7.7"
This reverts commit 59b4640. PR-URL: #30870 Reviewed-By: Michael Dawson <[email protected]>
1 parent 015671d commit 6bc2ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v8abbr.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
#define V8_OFF_STR_CHARS \
105105
V8_OFF_HEAP(V8DBG_CLASS_SEQONEBYTESTRING__CHARS__CHAR)
106106
#define V8_OFF_CONSSTR_CAR \
107-
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__FIRST_OFFSET__INT)
107+
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__FIRST__STRING)
108108
#define V8_OFF_CONSSTR_CDR \
109-
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__SECOND_OFFSET__INT)
109+
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__SECOND__STRING)
110110
#define V8_OFF_EXTSTR_RSRC \
111111
V8_OFF_HEAP(V8DBG_CLASS_EXTERNALSTRING__RESOURCE__OBJECT)
112112
#define V8_OFF_FA_SIZE \

0 commit comments

Comments
 (0)