| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index ad21c1a9e86644fcafee1911753697570cebf6c4..764e49432f9f288a7cca04957b89e211b6946747 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2190,6 +2190,8 @@ class Function : public Object {
|
| // If none exists yet, create one and remember it.
|
| RawInstance* ImplicitStaticClosure() const;
|
|
|
| + RawInstance* ImplicitInstanceClosure(const Instance& receiver) const;
|
| +
|
| // Redirection information for a redirecting factory.
|
| bool IsRedirectingFactory() const;
|
| RawType* RedirectionType() const;
|
|
|