Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index f3a4d29266e3bb331e2381c53724bc3dbd8bf53f..629d59d7f736fd906a475de0df4ba9245a9b29f8 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -3133,7 +3133,7 @@ class Field : public Object { |
| bool is_final, |
| bool is_const, |
| bool is_reflectable, |
| - const Class& owner, |
| + const Object& owner, |
| const AbstractType& type, |
| TokenPosition token_pos); |