Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
This commit is contained in:
@@ -6247,7 +6247,7 @@ nsDocShell::CanSavePresentation(PRUint32 aLoadType,
|
||||
// then we should not cache the presentation.
|
||||
PRBool canSaveState;
|
||||
mOSHE->GetSaveLayoutStateFlag(&canSaveState);
|
||||
if (canSaveState == PR_FALSE)
|
||||
if (!canSaveState)
|
||||
return PR_FALSE;
|
||||
|
||||
// If the document is not done loading, don't cache it.
|
||||
@@ -9516,7 +9516,7 @@ nsDocShell::AddToSessionHistory(nsIURI * aURI, nsIChannel * aChannel,
|
||||
|
||||
}
|
||||
}
|
||||
if (expired == PR_TRUE)
|
||||
if (expired)
|
||||
entry->SetExpirationStatus(PR_TRUE);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user