mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
no bug fix nullptr to bool conversion in nsDOMClassinfo.cpp r=themaid
--HG-- extra : rebase_source : c2e8e1bcf743106ef450ee4780eaca9da4ee09c6
This commit is contained in:
parent
1de8627850
commit
91343433d8
@ -1546,7 +1546,7 @@ private:
|
||||
return data->mConstructorCID != nullptr;
|
||||
}
|
||||
|
||||
return nullptr;
|
||||
return false;
|
||||
}
|
||||
static bool IsConstructable(const nsGlobalNameStruct *aNameStruct)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user