| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 2521d83b7d37a067867ea39fa754c58e085187fd..ad58d37ab34a2bd8f68576b8e9c560a781bf31e0 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4016,7 +4016,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);
|
|
|
|
|