| Index: chrome/browser/ui/webui/inspect_ui.cc
|
| diff --git a/chrome/browser/ui/webui/inspect_ui.cc b/chrome/browser/ui/webui/inspect_ui.cc
|
| index 8dfead13ca7b10850a7717663b521395b5003965..cfb19bbdcaddd32298c7246614aba04070631067 100644
|
| --- a/chrome/browser/ui/webui/inspect_ui.cc
|
| +++ b/chrome/browser/ui/webui/inspect_ui.cc
|
| @@ -303,7 +303,7 @@ void InspectUI::Inspect(const std::string& source_id,
|
| scoped_refptr<DevToolsAgentHost> target = FindTarget(source_id, target_id);
|
| if (target) {
|
| const std::string target_type = target->GetType();
|
| - target->Inspect();
|
| + target->Inspect(web_ui()->GetWebContents()->GetBrowserContext());
|
| ForceUpdateIfNeeded(source_id, target_type);
|
| }
|
| }
|
|
|