Chromium Code Reviews| Index: snapshot/win/process_reader_win.h |
| diff --git a/snapshot/win/process_reader_win.h b/snapshot/win/process_reader_win.h |
| index 0e9ada528284787fa7a51721cad0c66fe20b54e1..a60fdac49fc7e1d0394b8c1b39746accc274cb71 100644 |
| --- a/snapshot/win/process_reader_win.h |
| +++ b/snapshot/win/process_reader_win.h |
| @@ -34,6 +34,7 @@ class ProcessReaderWin { |
| Thread(); |
| ~Thread() {} |
| + CONTEXT context; |
| uint64_t id; |
| WinVMAddress teb; |
| WinVMAddress stack_region_address; |