Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index ad6deed8caeac31a60a2cd292ac49479a5e676b1..39c1af0bd0fdc236cc92fa9b0156b0eb54283eff 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1127,6 +1127,7 @@ class HeapObject: public Object { |
// information. |
inline Map* map(); |
inline void set_map(Map* value); |
+ inline void set_map_unsafe(Map* value); |
// During garbage collection, the map word of a heap object does not |
// necessarily contain a map pointer. |