Chromium Code Reviews| Index: src/objects.cc |
| =================================================================== |
| --- src/objects.cc (revision 1449) |
| +++ src/objects.cc (working copy) |
| @@ -2532,7 +2532,7 @@ |
| if (ok->IsFailure()) return ok; |
| // Allocate the fixed array to hold getter and setter. |
| - Object* array = Heap::AllocateFixedArray(2); |
| + Object* array = Heap::AllocateFixedArray(2, TENURED); |
| if (array->IsFailure()) return array; |
| // Update the dictionary with the new CALLBACKS property. |