Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index ad6deed8caeac31a60a2cd292ac49479a5e676b1..c26e2a03993ac57e17ad2e184d0c3aea96aa0073 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1126,7 +1126,7 @@ class HeapObject: public Object { |
// [map]: Contains a map which contains the object's reflective |
// information. |
inline Map* map(); |
- inline void set_map(Map* value); |
+ inline void set_map(Map* value, WriteBarrierMode mode = UPDATE_WRITE_BARRIER); |
// During garbage collection, the map word of a heap object does not |
// necessarily contain a map pointer. |