| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 0823e6694040c35e78098774736295348ccb26b3..7fa9775dc390d603f68b6ba75611353af16f278b 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -7431,7 +7431,7 @@ static inline void IterateBodyUsingLayoutDescriptor(HeapObject* object,
|
| DCHECK(IsAligned(start_offset, kPointerSize) &&
|
| IsAligned(end_offset, kPointerSize));
|
|
|
| - InobjectPropertiesHelper helper(object->map());
|
| + LayoutDescriptorHelper helper(object->map());
|
| DCHECK(!helper.all_fields_tagged());
|
|
|
| for (int offset = start_offset; offset < end_offset; offset += kPointerSize) {
|
|
|