Chromium Code Reviews| Index: client/crashpad_info.h |
| diff --git a/client/crashpad_info.h b/client/crashpad_info.h |
| index 96b22549a77db119a2031c06a224326439161ad6..c2182c0d91016e178c6dbdb7e985a596169bd639 100644 |
| --- a/client/crashpad_info.h |
| +++ b/client/crashpad_info.h |
| @@ -121,6 +121,10 @@ struct CrashpadInfo { |
| uint16_t padding_0_; |
| SimpleStringDictionary* simple_annotations_; // weak |
| +#if !defined(NDEBUG) && defined(OS_WIN) |
|
scottmg
2015/09/21 21:44:47
This is necessary to make the new PEImageAnnotatio
|
| + uint32_t invalid_read_detection_; |
| +#endif |
| + |
| #if defined(__clang__) |
| #pragma clang diagnostic pop |
| #endif |