| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index d597bfc494f0f676952117d3c774e6e019ac069f..dfc31ecc4187220e46a00f1c92442fb94cfb802e 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2197,6 +2197,7 @@ class Function : public Object {
|
| // Return the closure function implicitly created for this function.
|
| // If none exists yet, create one and remember it.
|
| RawFunction* ImplicitClosureFunction() const;
|
| + void DropUncompiledImplicitClosureFunction() const;
|
|
|
| // Return the closure implicitly created for this function.
|
| // If none exists yet, create one and remember it.
|
|
|