Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index c816640a0df3ae94e164502e2b7fc79b3f90f355..720d96e0ea22d891ee22f4668b2cd4a866dc8d91 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -3128,7 +3128,7 @@ class StringDictionary: public Dictionary<StringDictionaryShape, String*> { |
} |
// Copies enumerable keys to preallocated fixed array. |
- void CopyEnumKeysTo(FixedArray* storage); |
+ FixedArray* CopyEnumKeysTo(FixedArray* storage); |
static void DoGenerateNewEnumerationIndices( |
Handle<StringDictionary> dictionary); |