Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
This commit is contained in:
@@ -193,7 +193,7 @@ PluginModuleChild::Init(const std::string& aPluginFilename,
|
||||
PR_TRUE,
|
||||
getter_AddRefs(localFile));
|
||||
|
||||
PRBool exists;
|
||||
bool exists;
|
||||
localFile->Exists(&exists);
|
||||
NS_ASSERTION(exists, "plugin file ain't there");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user