Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 26f0308479b0c6810df6f6466241b5a51c0d5533..f138295b0c816fe8631bb9d40e7248ab3f335b12 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -32,7 +32,6 @@ namespace internal { |
| #define FOR_EACH_INTRINSIC_ARRAY(F) \ |
| F(FinishArrayPrototypeSetup, 1, 1) \ |
| - F(SpecialArrayFunctions, 0, 1) \ |
| F(TransitionElementsKind, 2, 1) \ |
| F(PushIfAbsent, 2, 1) \ |
| F(ArrayConcat, 1, 1) \ |