Index: src/ia32/stub-cache-ia32.cc |
diff --git a/src/ia32/stub-cache-ia32.cc b/src/ia32/stub-cache-ia32.cc |
index 87ea51c8ddd70bcfa1cd80ce917c2f286b98fa2b..77efbd869e240ecbf986b9a528ad75703b90e05b 100644 |
--- a/src/ia32/stub-cache-ia32.cc |
+++ b/src/ia32/stub-cache-ia32.cc |
@@ -1725,7 +1725,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); |
__ mov(eax, Immediate(argc)); |
__ mov(ebx, site_feedback_cell); |