Chromium Code Reviews| Index: src/objects.h |
| =================================================================== |
| --- src/objects.h (revision 8826) |
| +++ src/objects.h (working copy) |
| @@ -2761,7 +2761,7 @@ |
| 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) { |