summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_blink_renderer_core_execution__context_navigator__base.cc
blob: d9a9f14ec8c6044aa1bdd758aaddc71c0a454982 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/blink/renderer/core/execution_context/navigator_base.cc.orig	2022-09-24 10:57:32 UTC
+++ third_party/blink/renderer/core/execution_context/navigator_base.cc
@@ -31,7 +31,7 @@ String GetReducedNavigatorPlatform() {
   return "Win32";
 #elif BUILDFLAG(IS_FUCHSIA)
   return "";
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   return "Linux x86_64";
 #else
 #error Unsupported platform