Chromium Code Reviews| Index: src/stub-cache.h |
| diff --git a/src/stub-cache.h b/src/stub-cache.h |
| index fd1b2786b97e4bc05c7257b1d7a45293e5f038ad..737b069599367a73eb6305ea5657e1d4307cd304 100644 |
| --- a/src/stub-cache.h |
| +++ b/src/stub-cache.h |
| @@ -888,8 +888,7 @@ class KeyedStoreStubCompiler: public StoreStubCompiler { |
| // Subset of FUNCTIONS_WITH_ID_LIST with custom constant/global call |
| // IC stubs. |
| #define CUSTOM_CALL_IC_GENERATORS(V) \ |
| - V(ArrayPush) \ |
| - V(ArrayPop) |
| + V(ArrayPush) |
| class CallStubCompiler: public StubCompiler { |