diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-03-17 23:42:52 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-03-17 23:42:52 +0000 |
commit | e292ba0099ecff2e3e31fcb6cac28ac8e243c43d (patch) | |
tree | 1b74950e1b5750f688522886a8b73c01e56a18c5 /www/chromium/files/patch-content_child_child__thread__impl.h | |
parent | games/openra: update GeoLite2 to March snapshot (diff) |
www/chromium: update to 57.0.2987.110
MFH: 2017Q1
Security: https://vuxml.freebsd.org/freebsd/a505d397-0758-11e7-8d8b-e8e0b747a45a.html
Diffstat (limited to 'www/chromium/files/patch-content_child_child__thread__impl.h')
-rw-r--r-- | www/chromium/files/patch-content_child_child__thread__impl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-content_child_child__thread__impl.h b/www/chromium/files/patch-content_child_child__thread__impl.h index adb0b4a4954d..1cc44f289b06 100644 --- a/www/chromium/files/patch-content_child_child__thread__impl.h +++ b/www/chromium/files/patch-content_child_child__thread__impl.h @@ -1,8 +1,8 @@ ---- content/child/child_thread_impl.h.orig 2017-02-02 02:02:53 UTC +--- content/child/child_thread_impl.h.orig 2017-03-09 20:04:32 UTC +++ content/child/child_thread_impl.h -@@ -130,7 +130,7 @@ class CONTENT_EXPORT ChildThreadImpl - IPC::Sender* sender, - bool* out_of_memory); +@@ -116,7 +116,7 @@ class CONTENT_EXPORT ChildThreadImpl + static std::unique_ptr<base::SharedMemory> AllocateSharedMemory( + size_t buf_size); -#if defined(OS_LINUX) +#if defined(OS_LINUX) || defined(OS_BSD) |