зеркало из https://github.com/mozilla/gecko-dev.git
no bug - fix nullptr to bool conversion in FontFaceSet.cpp r=themaid
This commit is contained in:
Родитель
ddb2dec55a
Коммит
e3cc11d3a8
|
@ -280,7 +280,7 @@ FontFaceSet::Delete(FontFace& aFontFace, ErrorResult& aRv)
|
|||
|
||||
if (aFontFace.HasRule()) {
|
||||
aRv.Throw(NS_ERROR_DOM_INVALID_MODIFICATION_ERR);
|
||||
return nullptr;
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!mNonRuleFaces.RemoveElement(&aFontFace)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче