fix: WebFrameMain mojo pipe not reset (#30629)
This commit is contained in:
parent
11de995d38
commit
cb7c16cb2d
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ void WebFrameMain::UpdateRenderFrameHost(content::RenderFrameHost* rfh) {
|
|||
// Should only be called when swapping frames.
|
||||
DCHECK(render_frame_);
|
||||
render_frame_ = rfh;
|
||||
renderer_api_.reset();
|
||||
}
|
||||
|
||||
bool WebFrameMain::CheckRenderFrame() const {
|
||||
|
|
Loading…
Reference in a new issue