DescriptionDon'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/
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287852
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|