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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user