aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.h
blob: d416329fe5b24402fe290e6aaa78fde27f6e5d4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/ppapi_plugin/ppapi_blink_platform_impl.h.orig	2023-06-05 19:39:05 UTC
+++ content/ppapi_plugin/ppapi_blink_platform_impl.h
@@ -33,7 +33,7 @@ class PpapiBlinkPlatformImpl : public BlinkPlatformImp
   blink::WebString DefaultLocale() 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
 };