Index: handler/mac/crash_report_exception_handler.cc |
diff --git a/handler/mac/crash_report_exception_handler.cc b/handler/mac/crash_report_exception_handler.cc |
index 1eaec68c90a9732e7848fe8069dc833896c3b783..ba7e97e7abc1f5fda8f0a9521fe361d5be0197b3 100644 |
--- a/handler/mac/crash_report_exception_handler.cc |
+++ b/handler/mac/crash_report_exception_handler.cc |
@@ -88,7 +88,7 @@ kern_return_t CrashReportExceptionHandler::CatchMachException( |
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, |