aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h
blob: c92332ad1c743bf53e740c1889f843b42c220a98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/utility/utility_blink_platform_with_sandbox_support_impl.h.orig	2023-05-25 00:41:55 UTC
+++ content/utility/utility_blink_platform_with_sandbox_support_impl.h
@@ -33,7 +33,7 @@ class UtilityBlinkPlatformWithSandboxSupportImpl : pub
   blink::WebSandboxSupport* GetSandboxSupport() override;
 
  private:
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
   std::unique_ptr<blink::WebSandboxSupport> sandbox_support_;
 #endif
 };