| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 3313d17dd98f7c6a21add152f25ff3bad1bc2cf5..7ec14a130d33b0476851c1b635a42f82a39b02e7 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -828,6 +828,7 @@ class RawField : public RawObject {
|
| RawAbstractType* type_;
|
| RawInstance* value_; // Offset in words for instance and value for static.
|
| RawArray* dependent_code_;
|
| + RawFunction* initializer_;
|
| RawSmi* guarded_list_length_;
|
| RawObject** to() {
|
| return reinterpret_cast<RawObject**>(&ptr()->guarded_list_length_);
|
|
|