--- electron/shell/browser/browser.cc.orig 2025-01-29 20:10:57 UTC +++ electron/shell/browser/browser.cc @@ -71,7 +71,7 @@ Browser* Browser::Get() { return ElectronBrowserMainParts::Get()->browser(); } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) void Browser::Focus(gin::Arguments* args) { // Focus on the first visible window. for (auto* const window : WindowList::GetWindows()) {