Remove const interfaces from content::RenderProcessHost.
https://chromium-review.googlesource.com/c/chromium/src/+/1356004
This commit is contained in:
parent
3898a44e88
commit
e4cfc52c29
1 changed files with 1 additions and 1 deletions
|
@ -1126,7 +1126,7 @@ void WebContents::SetBackgroundThrottling(bool allowed) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto* render_process_host = render_view_host->GetProcess();
|
auto* render_process_host = render_view_host->GetProcess();
|
||||||
if (!render_process_host) {
|
if (!render_process_host) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue