| Index: src/heap/mark-compact.cc
|
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
|
| index 9f962f15eb706e42b8509c7df09b86bfd1c45adc..0a8e48387ad7a10eb4cf7476175afdfd00ac413e 100644
|
| --- a/src/heap/mark-compact.cc
|
| +++ b/src/heap/mark-compact.cc
|
| @@ -2783,7 +2783,7 @@ void MarkCompactCollector::MigrateObject(HeapObject* dst, HeapObject* src,
|
|
|
| bool may_contain_raw_values = src->MayContainRawValues();
|
| #if V8_DOUBLE_FIELDS_UNBOXING
|
| - InobjectPropertiesHelper helper(src->map());
|
| + LayoutDescriptorHelper helper(src->map());
|
| bool has_only_tagged_fields = helper.all_fields_tagged();
|
| #endif
|
| for (int remaining = size / kPointerSize; remaining > 0; remaining--) {
|
|
|