service worker: Check weak ptr for null in StartRequestWithCustomTimeout.
context_ may be null. It's not easy to cleanly abort in this case since the function returns a value. Since context_ is just used for some bookkeeping, just skip that when it's null. Bug: 877350 Change-Id: I696d08999fe6aa861be206381a4c162e3faa4758 Reviewed-on: https://chromium-review.googlesource.com/1188002Reviewed-by:Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#585771}
Showing
Please register or sign in to comment