Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 7c9099167fa9e99d3601a39f88eff074017bd79d..f4d64a1fb2a1a15cc55a67e938d22a7be54e45a7 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -677,6 +677,7 @@ class RawClass : public RawObject { |
kAllocated = 0, // Initial state. |
kPreFinalized, // VM classes: size precomputed, but no checks done. |
kFinalized, // Class parsed, finalized and ready for use. |
+ kRefinalize, // Class needs to be refinalized. |
}; |
private: |