Chromium Code Reviews| Index: base/mach_ipc_mac.h |
| =================================================================== |
| --- base/mach_ipc_mac.h (revision 49999) |
| +++ base/mach_ipc_mac.h (working copy) |
| @@ -115,10 +115,9 @@ |
| // We're just a simple wrapper for mach_msg_port_descriptor_t |
| // and have the same memory layout |
| -// FIXME |
| - //operator mach_msg_port_descriptor_t&() { |
| - //return *this; |
| - //} |
| + operator mach_msg_port_descriptor_t&() { |
| + return *this; |
| + } |
| // For convenience |
| operator mach_port_t() const { |