mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update search.cc
This commit is contained in:
parent
845ab831f5
commit
1f17cec81f
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ bool IsRenderedInInstantProcess(content::WebContents* contents,
|
|||
return false;
|
||||
#else
|
||||
content::RenderProcessHost* process_host =
|
||||
contents->GetMainFrame()->GetProcess();
|
||||
contents->GetPrimaryFrame()->GetProcess();
|
||||
if (!process_host)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue