зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1779096 - Clear FontFaceSetImpl::mOwner when destroyed. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D151554
This commit is contained in:
Родитель
ef2284fee4
Коммит
e68f562f8d
|
@ -93,10 +93,9 @@ void FontFaceSetImpl::Destroy() {
|
|||
}
|
||||
|
||||
mLoaders.Clear();
|
||||
|
||||
mNonRuleFaces.Clear();
|
||||
|
||||
gfxUserFontSet::Destroy();
|
||||
mOwner = nullptr;
|
||||
}
|
||||
|
||||
void FontFaceSetImpl::ParseFontShorthandForMatching(
|
||||
|
|
Загрузка…
Ссылка в новой задаче