aboutsummaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-electron_shell_browser_ui_inspectable__web__contents__view.cc
blob: c643e5833cfe7eaf4a6ec890fb662e258547ec4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/shell/browser/ui/inspectable_web_contents_view.cc.orig	2025-05-07 07:36:13 UTC
+++ electron/shell/browser/ui/inspectable_web_contents_view.cc
@@ -184,7 +184,7 @@ void InspectableWebContentsView::SetIsDocked(bool dock
     params.delegate = devtools_window_delegate_;
     params.bounds = inspectable_web_contents()->dev_tools_bounds();
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
     params.wm_role_name = "devtools";
     if (GetDelegate())
       GetDelegate()->GetDevToolsWindowWMClass(&params.wm_class_name,