| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 1b4075250718f6d59ac98077a117d7a75470c505..782869f609a09b48670339be9ccc6bff69c78be6 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -3958,7 +3958,7 @@ class NameDictionary: public Dictionary<NameDictionaryShape, Name*> {
|
| }
|
|
|
| // Copies enumerable keys to preallocated fixed array.
|
| - FixedArray* CopyEnumKeysTo(FixedArray* storage);
|
| + void CopyEnumKeysTo(FixedArray* storage);
|
| static void DoGenerateNewEnumerationIndices(
|
| Handle<NameDictionary> dictionary);
|
|
|
|
|