DescriptionServiceWorkerContainer should override contextDestroyed and clear m_provider
After landing https://codereview.chromium.org/2138003002/,
http/tests/serviceworkers/ tests started hitting ASSERT(!m_provider)
in ServiceWorkerContainer's destructor.
I don't really know why the CL triggered the assert, but we can fix the issue
by overriding contextDestroyed in ServiceWorkerContainer and clear m_provider there.
This CL makes the change.
BUG=
Committed: https://crrev.com/1b0b710282e282c2ce595845af90f54bd460c95d
Cr-Commit-Position: refs/heads/master@{#405486}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 16 (5 generated)
|