Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 15227) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -350,10 +350,9 @@ |
| static bool IsByteArrayClassId(intptr_t index); |
| static bool IsExternalByteArrayClassId(intptr_t index); |
| - protected: |
| + private: |
| uword tags_; // Various object tags (bits). |
| - private: |
| class FreeBit : public BitField<bool, kFreeBit, 1> {}; |
| class MarkBit : public BitField<bool, kMarkBit, 1> {}; |