| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index fcec005695ef66f139627e525d1382b448f28848..9dd4b1466272b534b98c2f10d97a8855c749dd77 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -185,8 +185,7 @@
|
| V(FixedArray, keyed_load_dummy_vector, KeyedLoadDummyVector) \
|
| V(FixedArray, detached_contexts, DetachedContexts) \
|
| V(ArrayList, retained_maps, RetainedMaps) \
|
| - V(WeakHashTable, weak_object_to_code_table, WeakObjectToCodeTable) \
|
| - V(PropertyCell, array_protector, ArrayProtector)
|
| + V(WeakHashTable, weak_object_to_code_table, WeakObjectToCodeTable)
|
|
|
| // Entries in this list are limited to Smis and are not visited during GC.
|
| #define SMI_ROOT_LIST(V) \
|
|
|