Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index bc201320605a0349aa93ec489e1eb08df7be8a1b..f56db48f808c48a8b568f03f9b14f4c4919969a5 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -6679,6 +6679,12 @@ Handle<Object> NameDictionaryShape::AsHandle(Isolate* isolate, Name* key) { |
} |
+void NameDictionary::DoGenerateNewEnumerationIndices( |
+ Handle<NameDictionary> dictionary) { |
+ DerivedDictionary::GenerateNewEnumerationIndices(dictionary); |
+} |
+ |
+ |
bool ObjectHashTableShape::IsMatch(Object* key, Object* other) { |
return key->SameValue(other); |
} |