aboutsummaryrefslogtreecommitdiff
path: root/devel/electron39/files/patch-content_child_child__process.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron39/files/patch-content_child_child__process.h')
-rw-r--r--devel/electron39/files/patch-content_child_child__process.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-content_child_child__process.h b/devel/electron39/files/patch-content_child_child__process.h
new file mode 100644
index 000000000000..144c26a8df07
--- /dev/null
+++ b/devel/electron39/files/patch-content_child_child__process.h
@@ -0,0 +1,11 @@
+--- content/child/child_process.h.orig 2025-10-21 20:19:54 UTC
++++ content/child/child_process.h
+@@ -81,7 +81,7 @@ class CONTENT_EXPORT ChildProcess {
+ return io_thread_runner_.get();
+ }
+
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
+ // Changes the thread type of the child process IO thread.
+ void SetIOThreadType(base::ThreadType thread_type);
+ #endif