| Index: minidump/minidump_module_crashpad_info_writer.h
|
| diff --git a/minidump/minidump_module_crashpad_info_writer.h b/minidump/minidump_module_crashpad_info_writer.h
|
| index e9bc27921b1797df31f0186c0f23d4badc8c5ce6..2db42a73e3644de06943a8ad54be9c5f88544af7 100644
|
| --- a/minidump/minidump_module_crashpad_info_writer.h
|
| +++ b/minidump/minidump_module_crashpad_info_writer.h
|
| @@ -113,9 +113,9 @@ class MinidumpModuleCrashpadInfoListWriter final
|
| //!
|
| //! \param[in] module_snapshots The module snapshots to use as source data.
|
| //!
|
| - //! \note Valid in #kStateMutable. No mutator methods may be called before
|
| - //! this method, and it is not normally necessary to call any mutator
|
| - //! methods after this method.
|
| + //! \note Valid in #kStateMutable. AddModule() may not be called before this
|
| + //! method, and it is not normally necessary to call AddModule() after
|
| + //! this method.
|
| void InitializeFromSnapshot(
|
| const std::vector<const ModuleSnapshot*>& module_snapshots);
|
|
|
|
|