| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 9054e18d9332f00c7d9f5e3bd523c798add09e36..a0457b08722f35b7e0dad5dbe2c7d1492c32e10b 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -939,6 +939,7 @@ class Class : public Object {
|
|
|
| RawArray* fields() const { return raw_ptr()->fields_; }
|
| void SetFields(const Array& value) const;
|
| + void AddField(const Field& field) const;
|
| intptr_t FindFieldIndex(const Field& field) const;
|
| RawField* FieldFromIndex(intptr_t idx) const;
|
|
|
|
|