| Index: tools/mac/catch_exception_tool.cc
|
| diff --git a/tools/mac/catch_exception_tool.cc b/tools/mac/catch_exception_tool.cc
|
| index eb97befb444b5c8e2b4c0acfbaaa33bbccf90174..08a916bf6910571a03c829e6d02cc0899e92be74 100644
|
| --- a/tools/mac/catch_exception_tool.cc
|
| +++ b/tools/mac/catch_exception_tool.cc
|
| @@ -68,7 +68,7 @@ class ExceptionServer : 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,
|
|
|