Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 4bc8fdf716be0be941aaac205049ac82bf0461a7..85ffece01a7a6b5dc654bcc98f2ec52c62b9a92a 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -272,6 +272,7 @@ namespace internal { |
| F(MoveArrayContents, 2, 1) \ |
| F(EstimateNumberOfElements, 1, 1) \ |
| F(NormalizeElements, 1, 1) \ |
| + F(GrowArrayElements, 3, 1) \ |
| F(HasComplexElements, 1, 1) \ |
| \ |
| /* Getters and Setters */ \ |