Fix devtools.
This commit is contained in:
parent
f5e74e1b65
commit
f62b00eaac
2 changed files with 5 additions and 5 deletions
|
@ -83,7 +83,7 @@ void NativeWindow::ShowDevTools() {
|
|||
}
|
||||
|
||||
void NativeWindow::CloseDevTools() {
|
||||
// inspectable_web_contents()->CloseDevTools();
|
||||
inspectable_web_contents()->GetView()->CloseDevTools();
|
||||
}
|
||||
|
||||
content::WebContents* NativeWindow::GetWebContents() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue