| Index: src/objects.h
 | 
| diff --git a/src/objects.h b/src/objects.h
 | 
| index 8870accc489dafc7231c19db8065c408c255becf..15d2d7278076720a4b117312bf419f1c3848a97f 100644
 | 
| --- a/src/objects.h
 | 
| +++ b/src/objects.h
 | 
| @@ -1487,7 +1487,7 @@ class MapWord BASE_EMBEDDED {
 | 
|    // True if this map word is a forwarding address for a scavenge
 | 
|    // collection.  Only valid during a scavenge collection (specifically,
 | 
|    // when all map words are heap object pointers, i.e. not during a full GC).
 | 
| -  inline bool IsForwardingAddress();
 | 
| +  inline bool IsForwardingAddress() const;
 | 
|  
 | 
|    // Create a map word from a forwarding address.
 | 
|    static inline MapWord FromForwardingAddress(HeapObject* object);
 | 
| 
 |