| Index: snapshot/win/thread_snapshot_win.h
|
| diff --git a/snapshot/win/thread_snapshot_win.h b/snapshot/win/thread_snapshot_win.h
|
| index 0e07110eccfdafdf15151b82d4842ac56696f403..74e6bc6ef7006e4705dcd5a14d9fcec36fd28502 100644
|
| --- a/snapshot/win/thread_snapshot_win.h
|
| +++ b/snapshot/win/thread_snapshot_win.h
|
| @@ -76,6 +76,7 @@ class ThreadSnapshotWin final : public ThreadSnapshot {
|
| internal::MemorySnapshotWin teb_;
|
| ProcessReaderWin::Thread thread_;
|
| InitializationStateDcheck initialized_;
|
| + PointerVector<internal::MemorySnapshotWin> pointed_to_memory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ThreadSnapshotWin);
|
| };
|
|
|