service worker: Fix crash in EndEvent().
This happened when the eager code caching started a task but the timeout timer aborted it. The eager code caching code wasn't aware of the timeout so would call EndTask() and cause a crash when the timeout timer couldn't find the task. Bug: 933273 Change-Id: I09e9b2472f32413343c22d0d271b7b3dda40ef90 Reviewed-on: https://chromium-review.googlesource.com/c/1482433Reviewed-by:Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#634556}
Showing
This diff is collapsed.
Please register or sign in to comment