aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_profiler_sampling__profiler__thread__token.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_profiler_sampling__profiler__thread__token.h')
-rw-r--r--www/chromium/files/patch-base_profiler_sampling__profiler__thread__token.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-base_profiler_sampling__profiler__thread__token.h b/www/chromium/files/patch-base_profiler_sampling__profiler__thread__token.h
index 589e083be74d..c36c1078ab26 100644
--- a/www/chromium/files/patch-base_profiler_sampling__profiler__thread__token.h
+++ b/www/chromium/files/patch-base_profiler_sampling__profiler__thread__token.h
@@ -1,11 +1,11 @@
---- base/profiler/sampling_profiler_thread_token.h.orig 2020-02-07 10:24:33 UTC
+--- base/profiler/sampling_profiler_thread_token.h.orig 2020-11-13 06:36:34 UTC
+++ base/profiler/sampling_profiler_thread_token.h
@@ -9,7 +9,7 @@
#include "base/threading/platform_thread.h"
#include "build/build_config.h"
--#if defined(OS_ANDROID) || defined(OS_LINUX)
-+#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_BSD)
+-#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS)
++#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
#include <pthread.h>
#endif
@@ -13,8 +13,8 @@
// functions used to obtain the stack base address.
struct SamplingProfilerThreadToken {
PlatformThreadId id;
--#if defined(OS_ANDROID) || defined(OS_LINUX)
-+#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_BSD)
+-#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS)
++#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
pthread_t pthread_id;
#endif
};