Chromium Code Reviews| Index: compat/non_mac/mach/mach.h |
| diff --git a/compat/non_mac/mach/mach.h b/compat/non_mac/mach/mach.h |
| index d7cc4905e6be7906427fa9c58c218dbdebe33028..f33bb10f381ed26d47d99bb76272b6e2c14ff6ac 100644 |
| --- a/compat/non_mac/mach/mach.h |
| +++ b/compat/non_mac/mach/mach.h |
| @@ -36,6 +36,9 @@ |
| #define EXC_CRASH 10 |
| #define EXC_RESOURCE 11 |
| #define EXC_GUARD 12 |
| +#define EXC_CORPSE_NOTIFY 13 |
| + |
| +#define EXC_TYPES_COUNT 14 |
| //! \} |
| #endif // CRASHPAD_COMPAT_NON_MAC_MACH_MACH_H_ |