| Index: runtime/vm/raw_object_snapshot.cc
|
| diff --git a/runtime/vm/raw_object_snapshot.cc b/runtime/vm/raw_object_snapshot.cc
|
| index cd0207c568184869f7a85700f1408aec9f92b02f..f7d55d0322776054e8132ec4d329fb9b2936baa4 100644
|
| --- a/runtime/vm/raw_object_snapshot.cc
|
| +++ b/runtime/vm/raw_object_snapshot.cc
|
| @@ -733,7 +733,8 @@ RawFunction* Function::ReadFrom(SnapshotReader* reader,
|
| func.set_deoptimization_counter(reader->Read<int8_t>());
|
| func.set_optimized_instruction_count(reader->Read<uint16_t>());
|
| func.set_optimized_call_site_count(reader->Read<uint16_t>());
|
| - func.set_was_compiled(false);
|
| + func.set_kernel_offset(0);
|
| + func.SetWasCompiled(false);
|
|
|
| // Set all the object fields.
|
| READ_OBJECT_FIELDS(func, func.raw()->from(), func.raw()->to_snapshot(),
|
|
|