Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 5b5a3285b6abe528c1c16448dfc24694b43025da..c816640a0df3ae94e164502e2b7fc79b3f90f355 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -3128,7 +3128,9 @@ class StringDictionary: public Dictionary<StringDictionaryShape, String*> { |
} |
// Copies enumerable keys to preallocated fixed array. |
- void CopyEnumKeysTo(FixedArray* storage, FixedArray* sort_array); |
+ void CopyEnumKeysTo(FixedArray* storage); |
+ static void DoGenerateNewEnumerationIndices( |
+ Handle<StringDictionary> dictionary); |
// For transforming properties of a JSObject. |
MUST_USE_RESULT MaybeObject* TransformPropertiesToFastFor( |