Index: src/code-stubs-hydrogen.cc |
diff --git a/src/code-stubs-hydrogen.cc b/src/code-stubs-hydrogen.cc |
index 4d1c27c0e685cd0e8d7713a6c36026d1032cc448..51734da2f16a754110d4acb04f6192e2aeb10664 100644 |
--- a/src/code-stubs-hydrogen.cc |
+++ b/src/code-stubs-hydrogen.cc |
@@ -446,7 +446,7 @@ HValue* CodeStubGraphBuilder<CreateAllocationSiteStub>::BuildCodeStub() { |
HValue* initial_elements_kind = AddInstruction(new(zone) HConstant( |
GetInitialFastElementsKind())); |
AddInstruction(new(zone) HStoreNamedField(object, |
- HObjectAccess::ForAllocationSitePayload(), initial_elements_kind)); |
+ HObjectAccess::ForAllocationSiteTransitionInfo(), initial_elements_kind)); |
// We use a hammer (SkipWriteBarrier()) to indicate that we know the input |
// cell is really a Cell, and so no write barrier is needed. |