Index: base/memory/shared_memory.h |
diff --git a/base/memory/shared_memory.h b/base/memory/shared_memory.h |
index 4b66cc6edd2c61ab12d28a00e3b0d8a53daad877..f791497c5d0aeb3dc3a3a8f0b4f7819005cf80ba 100644 |
--- a/base/memory/shared_memory.h |
+++ b/base/memory/shared_memory.h |
@@ -306,7 +306,8 @@ class BASE_EXPORT SharedMemory { |
int readonly_mapped_file_; |
#elif defined(OS_POSIX) |
- int mapped_file_; |
+ // The OS primitive that backs the shared memory region. |
+ SharedMemoryHandle shm_; |
int readonly_mapped_file_; |
#endif |
size_t mapped_size_; |