| Index: base/mach_ipc_mac.h
|
| diff --git a/base/mach_ipc_mac.h b/base/mach_ipc_mac.h
|
| index 1e88279e21bba7b2b56bac814081f4a598fa6ea4..13fc5f46a57cc0fcafe8708dcbb17f75ac351b70 100644
|
| --- a/base/mach_ipc_mac.h
|
| +++ b/base/mach_ipc_mac.h
|
| @@ -115,9 +115,10 @@ class MachMsgPortDescriptor : public mach_msg_port_descriptor_t {
|
|
|
| // We're just a simple wrapper for mach_msg_port_descriptor_t
|
| // and have the same memory layout
|
| - operator mach_msg_port_descriptor_t&() {
|
| - return *this;
|
| - }
|
| +// FIXME
|
| + //operator mach_msg_port_descriptor_t&() {
|
| + //return *this;
|
| + //}
|
|
|
| // For convenience
|
| operator mach_port_t() const {
|
|
|