| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 862c631c205dfa6667a68f79850ff9eff4d8ac0f..ff9fd5c1d26ba24a70ad694af1615452de73b4fc 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -6994,6 +6994,7 @@ RawFunction* Function::ConvertedClosureFunction() const {
|
| closure_function.SetParameterNameAt(i, param_name);
|
| }
|
| closure_function.set_kernel_offset(kernel_offset());
|
| + closure_function.set_kernel_data(TypedData::Handle(zone, kernel_data()));
|
|
|
| const Type& signature_type =
|
| Type::Handle(zone, closure_function.SignatureType());
|
|
|