| Index: third_party/crashpad/crashpad/snapshot/mac/process_types/crashreporterclient.proctype
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_types/crashreporterclient.proctype b/third_party/crashpad/crashpad/snapshot/mac/process_types/crashreporterclient.proctype
|
| index b40aa358ea4f391c8346dbcdff08763330c6deda..409782c969807c14a4eb6f4d9089a28d448bd12c 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/process_types/crashreporterclient.proctype
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/process_types/crashreporterclient.proctype
|
| @@ -43,7 +43,7 @@ PROCESS_TYPE_STRUCT_BEGIN(crashreporter_annotations_t)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint64_t, version) // unsigned long
|
| PROCESS_TYPE_STRUCT_VERSIONED(crashreporter_annotations_t, version)
|
|
|
| - // Version 4 (Mac OS X 10.7)
|
| + // Version 4 (OS X 10.7)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint64_t, message) // char*
|
| PROCESS_TYPE_STRUCT_MEMBER(uint64_t, signature_string) // char*
|
| PROCESS_TYPE_STRUCT_MEMBER(uint64_t, backtrace) // char*
|
|
|