DescriptionRemove incorrect DCHECK in WebContentsImpl::UpdateTitle.
This may legitimately fail when replaceState IPCs arrive from a
RenderFrameHost that is pending deletion, causing its nav_entry_id
to be reset. In this case, we'll find a NavigationEntry by page_id
but not by nav_entry_id.
BUG=638089
TEST=No debug crash going cross process during replaceState flood.
Committed: https://crrev.com/03e1338d8a29ec8a050fc0d47bde5426bf3d8707
Cr-Commit-Position: refs/heads/master@{#422978}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|