| Index: src/objects.h | 
| diff --git a/src/objects.h b/src/objects.h | 
| index 4c72ad5b2d30529a2384357a5fe329606049b08d..c73f28da5ee1803ec12cefe2cc30c720405c509f 100644 | 
| --- a/src/objects.h | 
| +++ b/src/objects.h | 
| @@ -1669,6 +1669,9 @@ class HeapObject: public Object { | 
| // information. | 
| inline Map* map() const; | 
| inline void set_map(Map* value); | 
| + | 
| +  inline HeapObject** map_slot(); | 
| + | 
| // The no-write-barrier version.  This is OK if the object is white and in | 
| // new space, or if the value is an immortal immutable object, like the maps | 
| // of primitive (non-JS) objects like strings, heap numbers etc. | 
|  |