Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 6dc51341906768d32ad55285262e4edcc8b4604a..9d74acbf6195f1247ebcb276b8e6a75a8016d5d3 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -167,7 +167,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) \ |