Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index a3c52adc590a206f4323ecda1791cad3ad1e5146..9f4f988c57c46854488f77f8c82413947c1024f9 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5545,7 +5545,7 @@ class Map: public HeapObject { |
// Tells whether the instance has a [[Construct]] internal method. |
// This property is implemented according to ES6, section 7.2.4. |
- inline void set_is_constructor(); |
+ inline void set_is_constructor(bool value); |
inline bool is_constructor() const; |
// Tells whether the instance with this map should be ignored by the |