зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1804930 - Remove an obsolete main-thread assertion in gfxUserFontSet. r=gfx-reviewers,lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D164363
This commit is contained in:
Родитель
406e7a47df
Коммит
3821ab942f
|
@ -109,8 +109,6 @@ inline bool operator==(const gfxFontFaceSrc& a, const gfxFontFaceSrc& b) {
|
|||
return false;
|
||||
}
|
||||
if (a.mUseOriginPrincipal) {
|
||||
// The mOriginPrincipal comparison isn't safe OMT.
|
||||
MOZ_ASSERT(NS_IsMainThread());
|
||||
if (!a.mOriginPrincipal->Equals(b.mOriginPrincipal)) {
|
||||
return false;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче