| Index: runtime/vm/raw_object_snapshot.cc
|
| ===================================================================
|
| --- runtime/vm/raw_object_snapshot.cc (revision 31770)
|
| +++ runtime/vm/raw_object_snapshot.cc (working copy)
|
| @@ -2623,7 +2623,7 @@
|
| SnapshotWriterVisitor visitor(writer);
|
| visitor.VisitPointers(from(), to());
|
|
|
| - writer->Write(expand_inlined_);
|
| + writer->Write(ptr()->expand_inlined_);
|
| } else {
|
| // Stacktraces are not allowed in other snapshot forms.
|
| writer->SetWriteException(Exceptions::kArgument,
|
|
|