| Index: third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h b/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h
|
| index d211ce9c66fce90a762853bae8cfcf4f6559452e..40eddc223dbc36515e576852822394c79aaf4441 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h
|
| @@ -270,8 +270,9 @@ class MachOImageReader {
|
| //! \brief Obtains the module’s CrashpadInfo structure.
|
| //!
|
| //! \return `true` on success, `false` on failure. If the module does not have
|
| - //! a `__crashpad_info` section, this will return `false` without logging
|
| - //! any messages. Other failures will result in messages being logged.
|
| + //! a `__DATA,crashpad_info` section, this will return `false` without
|
| + //! logging any messages. Other failures will result in messages being
|
| + //! logged.
|
| bool GetCrashpadInfo(process_types::CrashpadInfo* crashpad_info) const;
|
|
|
| private:
|
|
|