summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ppapi_proxy_flash__resource.cc
blob: a45deba61a6eb7631b33b8c6292e04add0bf76d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ppapi/proxy/flash_resource.cc.orig	2019-09-16 10:01:18 UTC
+++ ppapi/proxy/flash_resource.cc
@@ -136,7 +136,7 @@ double FlashResource::GetLocalTimeZoneOffset(PP_Instan
   // require filesystem access prohibited by the sandbox.
   // TODO(shess): Figure out why OSX needs the access, the sandbox warmup should
   // handle it.  http://crbug.com/149006
-#if defined(OS_LINUX) || defined(OS_MACOSX)
+#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_BSD)
   int32_t result = SyncCall<PpapiPluginMsg_Flash_GetLocalTimeZoneOffsetReply>(
       BROWSER,
       PpapiHostMsg_Flash_GetLocalTimeZoneOffset(PPTimeToTime(t)),