Index: src/x64/stub-cache-x64.cc |
diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc |
index 28e2a89627f4bc82519f1756d14836a8e4156605..ed6f8fa4ac173c734ade9ab33e9fc53593153367 100644 |
--- a/src/x64/stub-cache-x64.cc |
+++ b/src/x64/stub-cache-x64.cc |
@@ -1629,7 +1629,7 @@ Handle<Code> CallStubCompiler::CompileArrayCodeCall( |
} |
Handle<AllocationSite> site = isolate()->factory()->NewAllocationSite(); |
- site->set_transition_info(Smi::FromInt(GetInitialFastElementsKind())); |
+ site->SetElementsKind(GetInitialFastElementsKind()); |
Handle<Cell> site_feedback_cell = isolate()->factory()->NewCell(site); |
__ movq(rax, Immediate(argc)); |
__ Move(rbx, site_feedback_cell); |