| Index: src/x64/stub-cache-x64.cc
|
| diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc
|
| index 5721e9b373169180d64ce58f5734d5099d6274c6..28171ae7142512ef75ffa923765e7395e1481c3e 100644
|
| --- a/src/x64/stub-cache-x64.cc
|
| +++ b/src/x64/stub-cache-x64.cc
|
| @@ -1443,7 +1443,7 @@ Handle<Code> CallStubCompiler::CompileArrayPushCall(
|
| rbx,
|
| rdi,
|
| &call_builtin);
|
| - ElementsTransitionGenerator::GenerateSmiOnlyToObject(masm());
|
| + ElementsTransitionGenerator::GenerateMapChangeElementTransition(masm());
|
| __ movq(rdi, r9);
|
| __ bind(&fast_object);
|
| } else {
|
|
|