Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
using namespace mozilla;
|
||||
|
||||
// static
|
||||
PRBool nsHtml5Module::sEnabled = PR_FALSE;
|
||||
PRBool nsHtml5Module::sOffMainThread = PR_TRUE;
|
||||
bool nsHtml5Module::sEnabled = false;
|
||||
bool nsHtml5Module::sOffMainThread = true;
|
||||
nsIThread* nsHtml5Module::sStreamParserThread = nsnull;
|
||||
nsIThread* nsHtml5Module::sMainThread = nsnull;
|
||||
|
||||
@@ -166,5 +166,5 @@ nsHtml5Module::GetStreamParserThread()
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
PRBool nsHtml5Module::sNsHtml5ModuleInitialized = PR_FALSE;
|
||||
bool nsHtml5Module::sNsHtml5ModuleInitialized = false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user