no bug fix nullptr to bool conversion in nsDOMClassinfo.cpp r=themaid

--HG--
extra : rebase_source : c2e8e1bcf743106ef450ee4780eaca9da4ee09c6
This commit is contained in:
Trevor Saunders 2014-11-04 14:16:56 -05:00
parent 0f37492ba9
commit 46fb464c21

View File

@ -1546,7 +1546,7 @@ private:
return data->mConstructorCID != nullptr;
}
return nullptr;
return false;
}
static bool IsConstructable(const nsGlobalNameStruct *aNameStruct)
{