fix: WebFrameMain mojo pipe not reset (#30631)

Co-authored-by: Samuel Maddock <samuel.maddock@gmail.com>
This commit is contained in:
trop[bot]
2021-08-19 16:55:47 +09:00
committed by GitHub
parent c578d6f2de
commit 5b7c5add62

View File

@@ -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 {