| Index: runtime/vm/snapshot.h
|
| ===================================================================
|
| --- runtime/vm/snapshot.h (revision 8203)
|
| +++ runtime/vm/snapshot.h (working copy)
|
| @@ -570,7 +570,8 @@
|
| // objects to a snap shot.
|
| class SnapshotWriterVisitor : public ObjectPointerVisitor {
|
| public:
|
| - explicit SnapshotWriterVisitor(SnapshotWriter* writer) : writer_(writer) {}
|
| + explicit SnapshotWriterVisitor(SnapshotWriter* writer)
|
| + : ObjectPointerVisitor(Isolate::Current()), writer_(writer) {}
|
|
|
| virtual void VisitPointers(RawObject** first, RawObject** last);
|
|
|
|
|