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