mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
minidump: Fix InitializeFromSnapshot() comments for module lists.
These classes don’t really have “mutators” other than their singular AddModule() methods, and the documentation is clearer when revised in this way. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/691853002
This commit is contained in:
parent
123e01f96d
commit
f7b38a9dd9
@ -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);
|
||||
|
||||
|
@ -320,9 +320,9 @@ class MinidumpModuleListWriter final : public internal::MinidumpStreamWriter {
|
||||
//!
|
||||
//! \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
|
||||
//! this method, and it is not normally necessary to call AddModule()
|
||||
//! after this method.
|
||||
void InitializeFromSnapshot(
|
||||
const std::vector<const ModuleSnapshot*>& module_snapshots);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user