Index: src/x64/stub-cache-x64.cc |
diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc |
index 499ccdf24caeadb9b648cf5a846633241de815e6..cd5291c207ff0960428908078ae7b59fe65522f1 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); |