freebsd-ports/www/chromium/files/patch-content__common__view_messages.h
Rene Ladan 49bd254a6b Merge from Chruetertee repository:
- r235 : remove hacks in Zygote, allowing processes to exit more cleanly.
- r248 : switch back to previous rendering method (the same as OSX uses).
Bump PORTREVISION

Submitted by:	George Liaskos
2011-10-18 18:36:21 +00:00

11 lines
569 B
C

--- content/common/view_messages.h.orig 2011-06-05 19:01:24.752163332 +0300
+++ content/common/view_messages.h 2011-06-05 19:01:40.420163036 +0300
@@ -1783,7 +1783,7 @@
IPC_MESSAGE_CONTROL1(ViewHostMsg_SuddenTerminationChanged,
bool /* enabled */)
-#if defined(OS_MACOSX)
+#if defined(OS_MACOSX) || defined(OS_FREEBSD)
// On OSX, we cannot allocated shared memory from within the sandbox, so
// this call exists for the renderer to ask the browser to allocate memory
// on its behalf. We return a file descriptor to the POSIX shared memory.