aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-base_profiler_thread__delegate__posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron23/files/patch-base_profiler_thread__delegate__posix.cc')
-rw-r--r--devel/electron23/files/patch-base_profiler_thread__delegate__posix.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron23/files/patch-base_profiler_thread__delegate__posix.cc b/devel/electron23/files/patch-base_profiler_thread__delegate__posix.cc
deleted file mode 100644
index 568e6236f393..000000000000
--- a/devel/electron23/files/patch-base_profiler_thread__delegate__posix.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- base/profiler/thread_delegate_posix.cc.orig 2022-10-24 13:33:33 UTC
-+++ base/profiler/thread_delegate_posix.cc
-@@ -13,7 +13,7 @@
- #include "build/build_config.h"
- #include "third_party/abseil-cpp/absl/types/optional.h"
-
--#if !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS))
-+#if !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD))
- #include "base/profiler/stack_base_address_posix.h"
- #endif
-
-@@ -22,7 +22,7 @@ namespace base {
- std::unique_ptr<ThreadDelegatePosix> ThreadDelegatePosix::Create(
- SamplingProfilerThreadToken thread_token) {
- absl::optional<uintptr_t> base_address;
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- base_address = thread_token.stack_base_address;
- #else
- base_address =