Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 8407978c45926d389baeeebee2204f89c9227e46..082e6aa3e8e0050c4e5e16782ffb94716f504ecd 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -1194,7 +1194,8 @@ class Class : public Object { |
RawField* LookupInstanceField(const String& name) const; |
RawField* LookupStaticField(const String& name) const; |
RawField* LookupField(const String& name) const; |
- RawField* LookupFieldAllowPrivate(const String& name) const; |
+ RawField* LookupFieldAllowPrivate(const String& name, |
+ bool instance_only = false) const; |
RawField* LookupInstanceFieldAllowPrivate(const String& name) const; |
RawField* LookupStaticFieldAllowPrivate(const String& name) const; |