Skip to content

Commit

Permalink
v8abbr: ASCIISTRINGTAG => ONEBYTESTRINGTAG
Browse files Browse the repository at this point in the history
Fix: #461
PR-URL: #706
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
indutny committed Feb 3, 2015
1 parent 6a5d731 commit 14684d3
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 @@ -56,7 +56,7 @@
#define V8_StringTag V8DBG_STRINGTAG

#define V8_StringEncodingMask V8DBG_STRINGENCODINGMASK
#define V8_AsciiStringTag V8DBG_ASCIISTRINGTAG
#define V8_AsciiStringTag V8DBG_ONEBYTESTRINGTAG

#define V8_StringRepresentationMask V8DBG_STRINGREPRESENTATIONMASK
#define V8_SeqStringTag V8DBG_SEQSTRINGTAG
Expand Down

0 comments on commit 14684d3

Please sign in to comment.