| Index: src/code-stubs-hydrogen.cc
|
| diff --git a/src/code-stubs-hydrogen.cc b/src/code-stubs-hydrogen.cc
|
| index 783384d45285f3e5325038a34ea6d3705e45042e..964534bef59c534681ebf9e577a3e5f3b86e7e1e 100644
|
| --- a/src/code-stubs-hydrogen.cc
|
| +++ b/src/code-stubs-hydrogen.cc
|
| @@ -491,20 +491,10 @@ HValue* CodeStubGraphBuilder<CreateAllocationSiteStub>::BuildCodeStub() {
|
| AllocationSite::kNestedSiteOffset),
|
| graph()->GetConstant0());
|
|
|
| - // Pretenuring calculation fields.
|
| + // Pretenuring calculation field.
|
| Add<HStoreNamedField>(object,
|
| HObjectAccess::ForAllocationSiteOffset(
|
| - AllocationSite::kMementoFoundCountOffset),
|
| - graph()->GetConstant0());
|
| -
|
| - Add<HStoreNamedField>(object,
|
| - HObjectAccess::ForAllocationSiteOffset(
|
| - AllocationSite::kMementoCreateCountOffset),
|
| - graph()->GetConstant0());
|
| -
|
| - Add<HStoreNamedField>(object,
|
| - HObjectAccess::ForAllocationSiteOffset(
|
| - AllocationSite::kPretenureDecisionOffset),
|
| + AllocationSite::kPretenureDataOffset),
|
| graph()->GetConstant0());
|
|
|
| // Store an empty fixed array for the code dependency.
|
|
|