From 30d0d0c694dc81ea99b750d6b88e19c3c45f57be Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 3 Apr 2017 15:18:58 +0200 Subject: community/chromium: upgrade to 57.0.2987.133 --- community/chromium/unset-madv_free.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/chromium/unset-madv_free.patch') diff --git a/community/chromium/unset-madv_free.patch b/community/chromium/unset-madv_free.patch index f748179fc9..613d37c585 100644 --- a/community/chromium/unset-madv_free.patch +++ b/community/chromium/unset-madv_free.patch @@ -1,10 +1,10 @@ ---- third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp -+++ third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp -@@ -41,6 +41,11 @@ +--- base/allocator/partition_allocator/page_allocator.cc.orig ++++ base/allocator/partition_allocator/page_allocator.cc +@@ -17,6 +17,11 @@ #include #include -+#if OS(LINUX) && defined(MADV_FREE) ++#if defined(OS_LINUX) && defined(MADV_FREE) +// Added in Linux 4.5, but it breaks the sandbox. +#undef MADV_FREE +#endif -- cgit v1.2.3