Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index d1f8783c39406b4ce6409e31b8aa045efe66ab40..11366f598e847d3d145da6e90d09cca2172552d5 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -35,7 +35,6 @@ namespace internal { |
| F(SpecialArrayFunctions, 0, 1) \ |
| F(TransitionElementsKind, 2, 1) \ |
| F(PushIfAbsent, 2, 1) \ |
| - F(ArrayConcat, 1, 1) \ |
| F(RemoveArrayHoles, 2, 1) \ |
| F(MoveArrayContents, 2, 1) \ |
| F(EstimateNumberOfElements, 1, 1) \ |