| Index: src/objects-inl.h | 
| diff --git a/src/objects-inl.h b/src/objects-inl.h | 
| index b093bb98d3076217306025d54ec1888cf3e61075..f5498151b07a04851d44069d00742a97abc6c352 100644 | 
| --- a/src/objects-inl.h | 
| +++ b/src/objects-inl.h | 
| @@ -7378,9 +7378,10 @@ void ExternalTwoByteString::ExternalTwoByteStringIterateBody() { | 
| } | 
|  | 
|  | 
| -static void IterateBodyUsingLayoutDescriptor(HeapObject* object, | 
| -                                             int start_offset, int end_offset, | 
| -                                             ObjectVisitor* v) { | 
| +static inline void IterateBodyUsingLayoutDescriptor(HeapObject* object, | 
| +                                                    int start_offset, | 
| +                                                    int end_offset, | 
| +                                                    ObjectVisitor* v) { | 
| DCHECK(FLAG_unbox_double_fields); | 
| DCHECK(IsAligned(start_offset, kPointerSize) && | 
| IsAligned(end_offset, kPointerSize)); | 
|  |