chore: debug crash on DevTools SetOwnerWindow (#47243)
This commit is contained in:
parent
5e3b5ef04c
commit
c6f368acc6
3 changed files with 9 additions and 1 deletions
|
@ -530,6 +530,8 @@ void InspectableWebContents::CloseWindow() {
|
|||
}
|
||||
|
||||
void InspectableWebContents::LoadCompleted() {
|
||||
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
|
||||
|
||||
frontend_loaded_ = true;
|
||||
if (managed_devtools_web_contents_)
|
||||
view_->ShowDevTools(activate_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue