Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 6bef83e248204b819df0074f3eab9b929b2658de..85a689f4e4c297047c9f4bd83e574fe1420ffd52 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -164,7 +164,6 @@ using v8::MemoryPressureLevel; |
/* Protectors */ \ |
V(PropertyCell, array_protector, ArrayProtector) \ |
V(Cell, is_concat_spreadable_protector, IsConcatSpreadableProtector) \ |
- V(PropertyCell, has_instance_protector, HasInstanceProtector) \ |
V(Cell, species_protector, SpeciesProtector) \ |
V(PropertyCell, string_length_protector, StringLengthProtector) \ |
V(Cell, fast_array_iteration_protector, FastArrayIterationProtector) \ |