Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
This commit is contained in:
@@ -115,7 +115,7 @@ GenericModule::UnregisterSelf(nsIComponentManager* aCompMgr,
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
GenericModule::CanUnload(nsIComponentManager* aCompMgr, PRBool* aResult)
|
||||
GenericModule::CanUnload(nsIComponentManager* aCompMgr, bool* aResult)
|
||||
{
|
||||
NS_ERROR("Nobody should ever call CanUnload!");
|
||||
*aResult = false;
|
||||
|
||||
Reference in New Issue
Block a user