Skip to content

Commit

Permalink
src: update v8abbr.h for V8 update
Browse files Browse the repository at this point in the history
This commit updates v8abbr.h to use the updated metadata.

Backport-PR-URL: #30513
PR-URL: #30020
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
  • Loading branch information
cjihrig authored and MylesBorins committed Nov 21, 2019
1 parent 4131b14 commit f0ff2ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v8abbr.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
V8_OFF_HEAP( \
V8DBG_CLASS_SHAREDFUNCTIONINFO__NAME_OR_SCOPE_INFO__OBJECT)
#define V8_OFF_SHARED_SCRIPT \
V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__SCRIPT_OR_DEBUG_INFO__OBJECT)
V8_OFF_HEAP( \
V8DBG_CLASS_SHAREDFUNCTIONINFO__SCRIPT_OR_DEBUG_INFO__HEAPOBJECT)
#define V8_OFF_SHARED_FUNIDENT \
V8_OFF_HEAP( \
V8DBG_CLASS_SHAREDFUNCTIONINFO__NAME_OR_SCOPE_INFO__OBJECT)
Expand Down

0 comments on commit f0ff2ed

Please sign in to comment.