| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index ee1fca906c5e3d23e7ef3d7f2c6a0f1267cf36b1..184cb42b2ee8f6ef9043b1892fb65c693ab51f9f 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -149,6 +149,7 @@ namespace internal {
|
| V(Map, block_context_map, BlockContextMap) \
|
| V(Map, module_context_map, ModuleContextMap) \
|
| V(Map, global_context_map, GlobalContextMap) \
|
| + V(Map, global_context_table_map, GlobalContextTableMap) \
|
| V(Map, undefined_map, UndefinedMap) \
|
| V(Map, the_hole_map, TheHoleMap) \
|
| V(Map, null_map, NullMap) \
|
|
|