| Index: runtime/vm/precompiler.h
|
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
|
| index 5051ead9f0376eb5ad443efbfcaf06457c08cb73..2186506707a9a2551cae56e7ef3e4fe4cf549304 100644
|
| --- a/runtime/vm/precompiler.h
|
| +++ b/runtime/vm/precompiler.h
|
| @@ -85,6 +85,7 @@ class Precompiler : public ValueObject {
|
| void AddClosureCall(const ICData& call_site);
|
| void AddField(const Field& field);
|
| void AddFunction(const Function& function);
|
| + void AddImplicitClosure(const Function& function, const String& selector);
|
| void AddClass(const Class& cls);
|
| void AddSelector(const String& selector);
|
| bool IsSent(const String& selector);
|
|
|