Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index e80ad0ae3af1a12dcd7efe2337ccc00c1b007a7a..fb97f2804a732edf438b903c65332f48c869ef42 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -2399,6 +2399,7 @@ class FixedArray: public FixedArrayBase { |
| void Shrink(int length); |
| // Copy operation. |
| + // TODO(mstarzinger): Deprecated, use Factory::CopyFixedArrayAndGrow! |
| static Handle<FixedArray> CopySize(Handle<FixedArray> array, |
| int new_length, |
| PretenureFlag pretenure = NOT_TENURED); |