Chromium Code Reviews| Index: runtime/vm/raw_object_snapshot.cc |
| diff --git a/runtime/vm/raw_object_snapshot.cc b/runtime/vm/raw_object_snapshot.cc |
| index ea0dc35128dafd441dae6e8939084a5d71532e0c..9f596561ddd393ca03d0fbed36947a85a52a4a85 100644 |
| --- a/runtime/vm/raw_object_snapshot.cc |
| +++ b/runtime/vm/raw_object_snapshot.cc |
| @@ -1285,6 +1285,7 @@ void RawInstructions::WriteTo(SnapshotWriter* writer, |
| writer->Write<intptr_t>(written_tags); |
| writer->Write<int32_t>(writer->GetInstructionsId(this)); |
| + writer->WriteObjectImpl(ptr()->code_, kAsReference); |
|
rmacnak
2015/09/29 16:50:12
Remove.
Cutch
2015/09/29 23:24:29
Done.
|
| } |