Index: runtime/vm/object.cc |
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
index 14a9b6342e531e446bb6d7de622b27ef62467593..f6c634c223afae8a4a3b5bad9d27a9366e3e13e2 100644 |
--- a/runtime/vm/object.cc |
+++ b/runtime/vm/object.cc |
@@ -7468,7 +7468,7 @@ RawField* Field::New(const String& name, |
bool is_final, |
bool is_const, |
bool is_reflectable, |
- const Class& owner, |
+ const Object& owner, |
const AbstractType& type, |
TokenPosition token_pos) { |
ASSERT(!owner.IsNull()); |