| Index: src/ia32/stub-cache-ia32.cc
|
| diff --git a/src/ia32/stub-cache-ia32.cc b/src/ia32/stub-cache-ia32.cc
|
| index 0648833dc7569fb8d407ef6c5924b25e03a0e818..8dcc9e08f750fba3801b205f70e9186648a705c6 100644
|
| --- a/src/ia32/stub-cache-ia32.cc
|
| +++ b/src/ia32/stub-cache-ia32.cc
|
| @@ -1705,7 +1705,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);
|
| __ mov(eax, Immediate(argc));
|
| __ mov(ebx, site_feedback_cell);
|
|
|