Add instrumentation for bug 1093943
Patch https://chromium-review.googlesource.com/c/chromium/src/+/2186641 switched from RFH::is_active() toward RFH::IsCurrent(). We can have !is_active() && IsCurrent(), it means a different set of IPC will be able to go through the check. In particular, I suspect a RenderFrameHostImpl pending deletion might have some of its proxies not created and/or destroyed. Then it will cause the crash from bug 1093943 R=alexmos@chromium.org, sreejakshetty@chromium.org Bug: 1093943 Change-Id: Ie293dc8ae3e930677f85233044a29d0097af4b39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2252803 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:Sreeja Kamishetty <sreejakshetty@chromium.org> Cr-Commit-Position: refs/heads/master@{#780274}
Showing
Please register or sign in to comment