зеркало из https://github.com/mozilla/gecko-dev.git
updated PurgeHistory() method with PR_TRUE boolean
This commit is contained in:
Родитель
2cb1de5abe
Коммит
1cc467d2ac
|
@ -141,7 +141,7 @@ NS_IMETHODIMP CBrowserImpl::OnHistoryPurge(PRInt32 theNumEntries, PRBool *notify
|
|||
{
|
||||
QAOutput("nsIHistoryListener::OnHistoryPurge()", 2);
|
||||
|
||||
*notify = PR_FALSE;
|
||||
*notify = PR_TRUE;
|
||||
FormatAndPrintOutput("OnHistoryPurge() notification = ", *notify, 1);
|
||||
|
||||
FormatAndPrintOutput("OnHistoryPurge() theNumEntries = ", theNumEntries, 2);
|
||||
|
|
Загрузка…
Ссылка в новой задаче