| Index: third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.h
|
| diff --git a/third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.h b/third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.h
|
| index ab77447b2fbd91eeea4e4b5d8289a4af9d961abf..d79ac2f4c19c35f89d50e8d74005e42641bdd6b1 100644
|
| --- a/third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.h
|
| +++ b/third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.h
|
| @@ -125,11 +125,12 @@ class MinidumpModuleCrashpadInfoListWriter final
|
| //! \brief Adds a MinidumpModuleCrashpadInfo to the
|
| //! MinidumpModuleCrashpadInfoList.
|
| //!
|
| - //! \param[in] module Extended Crashpad-specific information about the module.
|
| - //! This object takes ownership of \a module and becomes its parent in the
|
| - //! overall tree of internal::MinidumpWritable objects.
|
| - //! \param[in] module_list_index The index of the MINIDUMP_MODULE in the
|
| - //! minidump file’s MINIDUMP_MODULE_LIST stream that corresponds to \a
|
| + //! \param[in] module_crashpad_info Extended Crashpad-specific information
|
| + //! about the module. This object takes ownership of \a
|
| + //! module_crashpad_info and becomes its parent in the overall tree of
|
| + //! internal::MinidumpWritable objects.
|
| + //! \param[in] minidump_module_list_index The index of the MINIDUMP_MODULE in
|
| + //! the minidump file’s MINIDUMP_MODULE_LIST stream that corresponds to \a
|
| //! module_crashpad_info.
|
| //!
|
| //! \note Valid in #kStateMutable.
|
|
|