Index: ipc/mach_port_attachment_mac.h |
diff --git a/ipc/mach_port_attachment_mac.h b/ipc/mach_port_attachment_mac.h |
index 48dc9aadd8da0625647deeeac54a1d19ab7ae450..7d8c4d515938f8c1906cd5df9e7718c46cdef33b 100644 |
--- a/ipc/mach_port_attachment_mac.h |
+++ b/ipc/mach_port_attachment_mac.h |
@@ -67,7 +67,7 @@ class IPC_EXPORT MachPortAttachmentMac : public BrokerableAttachment { |
private: |
~MachPortAttachmentMac() override; |
- mach_port_t mach_port_; |
+ const mach_port_t mach_port_; |
// In the sender process, the attachment owns the Mach port of a newly created |
// message. The attachment broker will eventually take ownership, and set |