| Index: chrome/common/mach_ipc_mac.mm
|
| diff --git a/chrome/common/mach_ipc_mac.mm b/chrome/common/mach_ipc_mac.mm
|
| index 3c95ef6dfb2c5a8eebb84f9f594e423269c0b256..7693d9a7f3be5de6cd69d55258446fb79c731d31 100644
|
| --- a/chrome/common/mach_ipc_mac.mm
|
| +++ b/chrome/common/mach_ipc_mac.mm
|
| @@ -213,10 +213,10 @@ ReceivePort::ReceivePort() {
|
| if (init_result_ != KERN_SUCCESS)
|
| return;
|
|
|
| - init_result_ = mach_port_insert_right(current_task,
|
| - port_,
|
| - port_,
|
| - MACH_MSG_TYPE_MAKE_SEND);
|
| + init_result_ = mach_port_insert_right(current_task,
|
| + port_,
|
| + port_,
|
| + MACH_MSG_TYPE_MAKE_SEND);
|
| }
|
|
|
| //==============================================================================
|
|
|