| Index: third_party/crashpad/crashpad/snapshot/win/exception_snapshot_win.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/win/exception_snapshot_win.h b/third_party/crashpad/crashpad/snapshot/win/exception_snapshot_win.h
|
| index 3ccf38ae5d2130f662490d8fafa3ebd22282e349..7aedb3a43b29838a91a030dc534b32a6526f47c5 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/win/exception_snapshot_win.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/win/exception_snapshot_win.h
|
| @@ -53,9 +53,9 @@ class ExceptionSnapshotWin final : public ExceptionSnapshot {
|
| //! \param[in] process_reader A ProcessReader for the process that sustained
|
| //! the exception.
|
| //! \param[in] thread_id The thread ID in which the exception occurred.
|
| - //! \param[in] exception_pointers_address The address of an
|
| - //! `EXCEPTION_POINTERS` record in the target process, passed through from
|
| - //! the exception handler.
|
| + //! \param[in] exception_pointers The address of an `EXCEPTION_POINTERS`
|
| + //! record in the target process, passed through from the exception
|
| + //! handler.
|
| //!
|
| //! \note If the exception was triggered by
|
| //! CrashpadClient::DumpAndCrashTargetProcess(), this has the side-effect
|
|
|