Don't use didStopLoading in failed navigation when other nav in progress
For example if a JS redirect would fail while the original navigation is still in progress we would call didStopLoading before the original navigation calls didFinishLoading (breaking the assumption that didFinishLoading is always called before didStopLoading). BUG=557100, 298193 Review URL: https://codereview.chromium.org/1440933004 Cr-Commit-Position: refs/heads/master@{#362954}
Showing
Please register or sign in to comment