Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 770bd0ca353a58b479428ffc526270af9641820f..3c38af15bd6ba6eabea0734b3597fbfa4afef442 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -1274,7 +1274,7 @@ class Class : public Object { |
bool is_allocated() const { |
return IsAllocatedBit::decode(raw_ptr()->state_bits_); |
} |
- void set_is_allocated() const; |
+ void set_is_allocated(bool value) const; |
uint16_t num_native_fields() const { |
return raw_ptr()->num_native_fields_; |