service worker: Simplify ServiceWorkerVersion destructor.
It was calling EmbeddedWorkerInstance::Stop() but it's not needed since it owns EWI and when EWI gets destructed the Mojo connection breaks. EmbeddedWorkerInstanceClient handles the Mojo connection failure the same as receiving a Stop message in EmbeddedWorkerInstanceClient::OnError. Change-Id: I86f850245feee0dec492e88d3e6f5110e3479e6c Reviewed-on: https://chromium-review.googlesource.com/c/1457796Reviewed-by:Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#629891}
Showing
Please register or sign in to comment