aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_content_child_child__process.cc
blob: 39e9f408b7dcbe6310d0c98db494cf831ab8fb9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/3rdparty/chromium/content/child/child_process.cc.orig	2022-09-24 10:57:32 UTC
+++ src/3rdparty/chromium/content/child/child_process.cc
@@ -68,7 +68,7 @@ ChildProcess::ChildProcess(base::ThreadType io_thread_
   DCHECK(!g_lazy_child_process_tls.Pointer()->Get());
   g_lazy_child_process_tls.Pointer()->Set(this);
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   const base::CommandLine& command_line =
       *base::CommandLine::ForCurrentProcess();
   const bool is_embedded_in_browser_process =