Index: chrome/common/mach_ipc_mac.mm |
=================================================================== |
--- chrome/common/mach_ipc_mac.mm (revision 35019) |
+++ chrome/common/mach_ipc_mac.mm (working copy) |
@@ -213,10 +213,10 @@ |
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); |
} |
//============================================================================== |