Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 7419287d79927ee72997d5fb8c29efd0cf733fa9..c0e1463661fa0f8750366cbe5da4c6026e229b45 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -3363,6 +3363,8 @@ class Field : public Object { |
| // original. |
| bool IsConsistentWith(const Field& field) const; |
| + bool IsFinalAndInitialized() const; |
| + |
| bool IsUninitialized() const; |
| void EvaluateInitializer() const; |