зеркало из https://github.com/mozilla/pjs.git
fix for dogfood+ bug 44558. r=rpotts.
This commit is contained in:
Родитель
d1ce5ab11e
Коммит
3063855fd5
|
@ -88,6 +88,7 @@ nsSHistory::AddEntry(nsISHEntry * aSHEntry, PRBool aPersist)
|
|||
{
|
||||
NS_ENSURE_SUCCESS(currentTxn->SetSHEntry(aSHEntry),
|
||||
NS_ERROR_FAILURE);
|
||||
currentTxn->SetPersist(aPersist);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
@ -107,7 +108,7 @@ nsSHistory::AddEntry(nsISHEntry * aSHEntry, PRBool aPersist)
|
|||
// If this is the very first transaction, initialize the list
|
||||
if(!mListRoot)
|
||||
mListRoot = txn;
|
||||
PrintHistory();
|
||||
// PrintHistory();
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче