| Index: handler/mac/crash_report_exception_handler.h
|
| diff --git a/handler/mac/crash_report_exception_handler.h b/handler/mac/crash_report_exception_handler.h
|
| index 01b95509c86caac8fc9e4ff2b9f294cad63d8e82..67a523a90c9ebe04b58a57bb85216a0139e0eebe 100644
|
| --- a/handler/mac/crash_report_exception_handler.h
|
| +++ b/handler/mac/crash_report_exception_handler.h
|
| @@ -66,7 +66,7 @@ class CrashReportExceptionHandler : public UniversalMachExcServer::Interface {
|
| const mach_exception_data_type_t* code,
|
| mach_msg_type_number_t code_count,
|
| thread_state_flavor_t* flavor,
|
| - const natural_t* old_state,
|
| + ConstThreadState old_state,
|
| mach_msg_type_number_t old_state_count,
|
| thread_state_t new_state,
|
| mach_msg_type_number_t* new_state_count,
|
|
|