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