| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 0fd7aabb5c8fab3b3386852cd0879a1d156544ac..e8f49de4325ee595c3d2d347763b9027c062a7e9 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -194,6 +194,7 @@ using v8::MemoryPressureLevel;
|
| V(Object, noscript_shared_function_infos, NoScriptSharedFunctionInfos) \
|
| V(Map, bytecode_array_map, BytecodeArrayMap) \
|
| V(WeakCell, empty_weak_cell, EmptyWeakCell) \
|
| + V(PropertyCell, has_instance_protector, HasInstanceProtector) \
|
| V(Cell, species_protector, SpeciesProtector)
|
|
|
| // Entries in this list are limited to Smis and are not visited during GC.
|
|
|