Bug 1779096 - Clear FontFaceSetImpl::mOwner when destroyed. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D151554
This commit is contained in:
Andrew Osmond 2022-07-11 23:24:36 +00:00
Родитель ef2284fee4
Коммит e68f562f8d
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -93,10 +93,9 @@ void FontFaceSetImpl::Destroy() {
}
mLoaders.Clear();
mNonRuleFaces.Clear();
gfxUserFontSet::Destroy();
mOwner = nullptr;
}
void FontFaceSetImpl::ParseFontShorthandForMatching(