Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index f2aec48787d459fc1b073a74584d1659be4c50d7..21261a279254cddbe80b33b368c14631913da119 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -2183,6 +2183,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; |