fix: devtools dock state with WCO on linux (#43490)
This commit is contained in:
parent
38512efd25
commit
41b8fdca5c
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ void InspectableWebContents::LoadCompleted() {
|
||||||
prefs.FindString("currentDockState");
|
prefs.FindString("currentDockState");
|
||||||
base::RemoveChars(*current_dock_state, "\"", &dock_state_);
|
base::RemoveChars(*current_dock_state, "\"", &dock_state_);
|
||||||
}
|
}
|
||||||
#if BUILDFLAG(IS_WIN)
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
||||||
auto* api_web_contents = api::WebContents::From(GetWebContents());
|
auto* api_web_contents = api::WebContents::From(GetWebContents());
|
||||||
if (api_web_contents) {
|
if (api_web_contents) {
|
||||||
auto* win =
|
auto* win =
|
||||||
|
|
Loading…
Reference in a new issue