Chromium Code Reviews| Index: src/objects.h |
| =================================================================== |
| --- src/objects.h (revision 1420) |
| +++ src/objects.h (working copy) |
| @@ -3786,10 +3786,6 @@ |
| // Casting. |
| static inline JSArray* cast(Object* obj); |
| - // Uses handles. Ensures that the fixed array backing the JSArray has at |
| - // least the stated size. |
| - void EnsureSize(int minimum_size_of_backing_fixed_array); |
| - |
| // Dispatched behavior. |
| #ifdef DEBUG |
| void JSArrayPrint(); |