| commit | 4c316c6a98fd2e49bd92c3d90855cffc57df3608 | [log] [tgz] |
|---|---|---|
| author | alexclarke <alexclarke@chromium.org> | Thu Jul 07 18:49:11 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 07 18:51:13 2016 |
| tree | b89fb3e9cd1e45e79e9d63e13b59cd7552a63496 | |
| parent | 74c8f3daf5bdd8114687119a1061b1ae6c69b8ab [diff] |
Fix a problem with duplicate calls to FrameFetchContext::dispatchDidFail In some circumstances FrameFetchContext::dispatchDidFail can get called twice for the same resource. This patch fixes an assumption by the blink scheduler that this scenario didn't happen. BUG=626218 Review-Url: https://codereview.chromium.org/2125273002 Cr-Commit-Position: refs/heads/master@{#404191}