Bug 1533651 - Clear LocalStorage and SessionStorage in nsGlobalWindowInner::FreeInnerObjects; r=asuth

Differential Revision: https://phabricator.services.mozilla.com/D24934
This commit is contained in:
Jan Varga 2019-03-26 18:31:16 +01:00
Родитель 2823fecb3a
Коммит 0e82d62b37
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1230,6 +1230,8 @@ void nsGlobalWindowInner::FreeInnerObjects() {
mExternal = nullptr;
mInstallTrigger = nullptr;
mLocalStorage = nullptr;
mSessionStorage = nullptr;
mPerformance = nullptr;
mSharedWorkers.Clear();