| Index: runtime/vm/raw_object.h
|
| ===================================================================
|
| --- runtime/vm/raw_object.h (revision 15471)
|
| +++ runtime/vm/raw_object.h (working copy)
|
| @@ -439,7 +439,7 @@
|
| intptr_t next_field_offset_; // Offset of the next instance field.
|
| intptr_t num_native_fields_; // Number of native fields in class.
|
| intptr_t token_pos_;
|
| - uint8_t state_bits_; // state, is_const, is_interface.
|
| + uint8_t state_bits_; // state, is_const, is_interface, is_implemented.
|
|
|
| friend class Instance;
|
| friend class Object;
|
|
|