| Index: third_party/crashpad/crashpad/snapshot/win/thread_snapshot_win.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/win/thread_snapshot_win.h b/third_party/crashpad/crashpad/snapshot/win/thread_snapshot_win.h
|
| index 7b566885e6a04b957d16914d2dc7fdaaf0bcf2a5..7df23ab39e4295efd968e11c6aa804d0316b0dc7 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/win/thread_snapshot_win.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/win/thread_snapshot_win.h
|
| @@ -48,7 +48,7 @@ class ThreadSnapshotWin final : public ThreadSnapshot {
|
| //! the thread.
|
| //! \param[in] process_reader_thread The thread within the ProcessReaderWin
|
| //! for which the snapshot should be created.
|
| - //! \param[in] gather_indirectly_referenced_memory_bytes_remaining. If
|
| + //! \param[in,out] gather_indirectly_referenced_memory_bytes_remaining If
|
| //! non-null, add extra memory regions to the snapshot pointed to by the
|
| //! thread's stack. The size of the regions added is subtracted from the
|
| //! count, and when it's `0`, no more regions will be added.
|
|
|