Bug 1283674 P0 Drop cached controlling ServiceWorker ref when ServiceWorkerContainer window is disconnect. r=baku

This commit is contained in:
Ben Kelly 2016-07-04 06:50:25 -07:00
Родитель 498431cc2a
Коммит 4a424977b6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -69,6 +69,7 @@ ServiceWorkerContainer::~ServiceWorkerContainer()
void
ServiceWorkerContainer::DisconnectFromOwner()
{
mControllerWorker = nullptr;
RemoveReadyPromise();
DOMEventTargetHelper::DisconnectFromOwner();
}