Chromium Code Reviews
DescriptionFrameHostMsg_CreateChildFrame can legitimately fail during renderer shutdown.
https://crbug.com/631600 shows a legitimate scenario where the browser
destroys WebContents (and consequently RenderProcessHost), but the
renderer process keeps running for a while and calls
RenderFrameImpl::createChildFrame. In this case we expect to fail
sending FrameHostMsg_CreateChildFrame IPC and therefore to exit early
via:
if (child_routing_id == MSG_ROUTING_NONE)
return nullptr;
BUG=631600
Committed: https://crrev.com/c4df88364164c2b0bf8eda3d16a50da716f308e0
Cr-Commit-Position: refs/heads/master@{#408136}
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|
|||||||||||||||||||