Index: tools/mac/catch_exception_tool.cc |
diff --git a/tools/mac/catch_exception_tool.cc b/tools/mac/catch_exception_tool.cc |
index b70ce0a5b45cb4d6a48308d17dce01a9d260fd34..32c6aed20a13a79558ebb266a5a7003d8e139c00 100644 |
--- a/tools/mac/catch_exception_tool.cc |
+++ b/tools/mac/catch_exception_tool.cc |
@@ -301,7 +301,7 @@ int CatchExceptionToolMain(int argc, char* argv[]) { |
} |
mach_msg_return_t mr = MachMessageServer::Run(&universal_mach_exc_server, |
- service_port, |
+ service_port.get(), |
MACH_MSG_OPTION_NONE, |
options.persistent, |
receive_large, |