Index: src/heap/mark-compact.cc |
diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc |
index b2f067bc9049961d337c832437201c35cdf576d3..38e8b93e8529c86e541b29b3a75760d9f2303a4c 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--) { |