Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 4b7341ece9f02d2e7f1aa0886c2a67cfc47f1f1c..43a5305802216df73614e44b372a2e6873428006 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5998,7 +5998,7 @@ class Map: public HeapObject { |
return ((1 << kIsObserved) & bit_field()) != 0; |
} |
- inline void set_is_strong(bool value); |
+ inline void set_is_strong(); |
inline bool is_strong(); |
inline void set_is_extensible(bool value); |
inline bool is_extensible(); |