Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 6865) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -378,7 +378,8 @@ |
| enum TypeState { |
| kAllocated, // Initial state. |
| kBeingFinalized, // In the process of being finalized. |
| - kFinalized, // Type ready for use. |
| + kFinalizedInstantiated, // Instantiated type ready for use. |
| + kFinalizedUninstantiated, // Uninstantiated type ready for use. |
| }; |
| private: |