Loosen the criteria for ValidateSpeculativeRenderFrameHostForBug1146573.
https://crrev.com/c/2532535 added a DumpWithoutCrashing but it was triggering on cases that were unrelated to the bug. It was reverted to keep it out of M88. https://crrev.com/c/2538863 readded the debugging, this time called from 2 more places and excluding crashed frames. This has led to no DWOC reports (while the original crash continues). This seems to imply that crashed frames are actually involved. This CL allows the DWOC to happen on crashed frames again. It removes the call from CreateSpeculativeRenderFrameHost because that is expected to involve crashed frames sometimes. Bug: 1146573 Change-Id: I9a8e34825bbdb89468916947d56532d1da217269 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557859 Commit-Queue: Nasko Oskov <nasko@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Reviewed-by:Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#830845}
Showing
Please register or sign in to comment