Skip to content

Commit 33b2b10

Browse files
geektargos
authored andcommitted
src: fix rename of entry frame in v8abbr.h
PR-URL: #15362 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 8f9e738 commit 33b2b10

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
@@ -35,7 +35,7 @@
3535

3636
/* Stack frame types */
3737
#define V8_FT_ENTRY V8DBG_FRAMETYPE_ENTRYFRAME
38-
#define V8_FT_ENTRYCONSTRUCT V8DBG_FRAMETYPE_ENTRYCONSTRUCTFRAME
38+
#define V8_FT_ENTRYCONSTRUCT V8DBG_FRAMETYPE_CONSTRUCTENTRYFRAME
3939
#define V8_FT_EXIT V8DBG_FRAMETYPE_EXITFRAME
4040
#define V8_FT_JAVASCRIPT V8DBG_FRAMETYPE_JAVASCRIPTFRAME
4141
#define V8_FT_OPTIMIZED V8DBG_FRAMETYPE_OPTIMIZEDFRAME

0 commit comments

Comments
 (0)