Skip to content

Commit 14684d3

Browse files
committed
v8abbr: ASCIISTRINGTAG => ONEBYTESTRINGTAG
Fix: #461 PR-URL: #706 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 6a5d731 commit 14684d3

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
@@ -56,7 +56,7 @@
5656
#define V8_StringTag V8DBG_STRINGTAG
5757

5858
#define V8_StringEncodingMask V8DBG_STRINGENCODINGMASK
59-
#define V8_AsciiStringTag V8DBG_ASCIISTRINGTAG
59+
#define V8_AsciiStringTag V8DBG_ONEBYTESTRINGTAG
6060

6161
#define V8_StringRepresentationMask V8DBG_STRINGREPRESENTATIONMASK
6262
#define V8_SeqStringTag V8DBG_SEQSTRINGTAG

0 commit comments

Comments
 (0)