Chromium Code Reviews
DescriptionAttempt to fix a renderer crash in NetErrorHelperCore.
The code was not distinguishing between same page navigations, which do
not have a provision load start event (But do have a provisional commit)
from other navigations, which have both events.
The old code would cause a crash in the case of a same page navigation
on the error page. This could be causing a crash we're seeing, but it's
unclear why the error page would be making same page navigations in the
first place.
BUG=557541
Committed: https://crrev.com/96f8988dba625765d815537c562e7aff2dd7edc0
Cr-Commit-Position: refs/heads/master@{#364388}
Patch Set 1 #Patch Set 2 : Remove unneeded line, add comment #
Total comments: 3
Patch Set 3 : Fix typo #
Total comments: 2
Patch Set 4 : Fix comment #
Messages
Total messages: 17 (6 generated)
|
||||||||||||||||||||||||||||