Don't share ServiceWorkerHandle between provider hosts.
This prevents an ASSERT failure in ServiceWorker::from() when it's passed an existing SW from a different execution context. Since ServiceWorkers minted in different documents should have different prototypes, we shouldn't expect JavaScript equality so don't need to share ServiceWorkerHandles. BUG=400980 TEST=https://codereview.chromium.org/443883003/ Review URL: https://codereview.chromium.org/440403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287852 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment