aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_trace__event_process__memory__dump.h
blob: 1ae1b93e6409b6905b52d1a963c8212860b5beef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/trace_event/process_memory_dump.h.orig	2019-03-11 22:00:51 UTC
+++ base/trace_event/process_memory_dump.h
@@ -22,7 +22,7 @@
 
 // Define COUNT_RESIDENT_BYTES_SUPPORTED if platform supports counting of the
 // resident memory.
-#if !defined(OS_NACL)
+#if !defined(OS_NACL) && !defined(OS_BSD)
 #define COUNT_RESIDENT_BYTES_SUPPORTED
 #endif