| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index e23b43b45fa52be6ada8a2b3df3b6db4e85322a9..79ce093245145580d12fca4be5a0179f71cf7293 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2810,7 +2810,7 @@ class Dictionary: public HashTable<Shape, Key> {
|
| PropertyAttributes filter,
|
| SortMode sort_mode);
|
| // Fill in details for properties into storage.
|
| - void CopyKeysTo(FixedArray* storage, SortMode sort_mode);
|
| + void CopyKeysTo(FixedArray* storage, int index, SortMode sort_mode);
|
|
|
| // Accessors for next enumeration index.
|
| void SetNextEnumerationIndex(int index) {
|
|
|