| Index: src/objects.h
|
| ===================================================================
|
| --- src/objects.h (revision 8827)
|
| +++ src/objects.h (working copy)
|
| @@ -2554,7 +2554,7 @@
|
| // Copies keys to preallocated fixed array.
|
| void CopyKeysTo(FixedArray* storage, PropertyAttributes filter);
|
| // Fill in details for properties into storage.
|
| - void CopyKeysTo(FixedArray* storage);
|
| + void CopyKeysTo(FixedArray* storage, int index);
|
|
|
| // Accessors for next enumeration index.
|
| void SetNextEnumerationIndex(int index) {
|
|
|