Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron

Landing on a CLOSED TREE
This commit is contained in:
Ehsan Akhgari
2011-10-17 10:59:28 -04:00
parent e1a204cad0
commit 478ad1a412
1968 changed files with 25639 additions and 25639 deletions

View File

@@ -83,7 +83,7 @@ Initialize()
if (gInitialized) {
return NS_OK;
}
gInitialized = PR_TRUE;
gInitialized = true;
nsresult rv = nsSHistory::Startup();
NS_ENSURE_SUCCESS(rv, rv);
@@ -97,7 +97,7 @@ Shutdown()
{
nsSHistory::Shutdown();
nsSHEntryShared::Shutdown();
gInitialized = PR_FALSE;
gInitialized = false;
}
// docshell