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.
  • Loading branch information
cjihrig authored and targos committed Oct 24, 2019
1 parent 6d97bf6 commit ba84d55
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 ba84d55

Please sign in to comment.