| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 89659dad76a65b821e55861f734cce8021b370d7..d13ddd8dc06c3ad250b6f06e0efac8cf9a75be1f 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -3406,7 +3406,8 @@ class Dictionary: public HashTable<Derived, Shape, Key> {
|
| SortMode sort_mode);
|
| // Collect the keys into the given KeyAccumulator, in ascending chronological
|
| // order of property creation.
|
| - void CollectKeysTo(KeyAccumulator* keys, PropertyAttributes filter);
|
| + static void CollectKeysTo(Handle<Dictionary<Derived, Shape, Key> > dictionary,
|
| + KeyAccumulator* keys, PropertyAttributes filter);
|
|
|
| // Copies enumerable keys to preallocated fixed array.
|
| void CopyEnumKeysTo(FixedArray* storage);
|
|
|