Index: src/lookup.h |
diff --git a/src/lookup.h b/src/lookup.h |
index 4e2c69f1e6d499df15bbec35c17ba4ba3129a120..e0b40c40fe21c9650f266baf3cdd10ad9473d656 100644 |
--- a/src/lookup.h |
+++ b/src/lookup.h |
@@ -258,7 +258,8 @@ class V8_EXPORT_PRIVATE LookupIterator final BASE_EMBEDDED { |
if (*name_ == heap()->is_concat_spreadable_symbol() || |
*name_ == heap()->constructor_string() || |
*name_ == heap()->species_symbol() || |
- *name_ == heap()->has_instance_symbol()) { |
+ *name_ == heap()->has_instance_symbol() || |
+ *name_ == heap()->iterator_symbol()) { |
InternalUpdateProtector(); |
} |
} |