diff options
Diffstat (limited to 'devel/electron6/files/patch-content_browser_utility__process__host.cc')
-rw-r--r-- | devel/electron6/files/patch-content_browser_utility__process__host.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron6/files/patch-content_browser_utility__process__host.cc b/devel/electron6/files/patch-content_browser_utility__process__host.cc deleted file mode 100644 index 845b84926054..000000000000 --- a/devel/electron6/files/patch-content_browser_utility__process__host.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- content/browser/utility_process_host.cc.orig 2019-09-10 11:14:02 UTC -+++ content/browser/utility_process_host.cc -@@ -213,7 +213,7 @@ UtilityProcessHost::UtilityProcessHost( - : client_(client), - client_task_runner_(client_task_runner), - sandbox_type_(service_manager::SANDBOX_TYPE_UTILITY), --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) - child_flags_(ChildProcessHost::CHILD_ALLOW_SELF), - #else - child_flags_(ChildProcessHost::CHILD_NORMAL), |