| Index: sandbox/mac/os_compatibility.cc
|
| diff --git a/sandbox/mac/os_compatibility.cc b/sandbox/mac/os_compatibility.cc
|
| index 3285756b0a639e7174710f711bc920e324a19502..be0ca3ef785e1250474b83ceff3c6b56c6581093 100644
|
| --- a/sandbox/mac/os_compatibility.cc
|
| +++ b/sandbox/mac/os_compatibility.cc
|
| @@ -87,7 +87,7 @@ void LaunchdLookUp2FillReply(mach_msg_header_t* header, mach_port_t port) {
|
| MACH_MSGH_BITS_COMPLEX;
|
| reply->msgh_body.msgh_descriptor_count = 1;
|
| reply->service_port.name = port;
|
| - reply->service_port.disposition = MACH_MSG_TYPE_PORT_SEND;
|
| + reply->service_port.disposition = MACH_MSG_TYPE_COPY_SEND;
|
| reply->service_port.type = MACH_MSG_PORT_DESCRIPTOR;
|
| }
|
|
|
|
|