Index: handler/mac/exception_handler_server.cc |
diff --git a/handler/mac/exception_handler_server.cc b/handler/mac/exception_handler_server.cc |
index faf8b6e03e568feeda63a9448267a5f7f97b78be..39348ec4953b128003c36d6674510353a62502a2 100644 |
--- a/handler/mac/exception_handler_server.cc |
+++ b/handler/mac/exception_handler_server.cc |
@@ -117,7 +117,7 @@ class ExceptionHandlerServerRun : 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, |