Commenting out call to EvictGlobalContentViewers to test perf impact. Bug 292965.

This commit is contained in:
bryner%brianryner.com 2005-09-14 06:12:00 +00:00
Родитель 9d36decada
Коммит 2439044679
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -624,7 +624,7 @@ nsSHistory::EvictContentViewers(PRInt32 aPreviousIndex, PRInt32 aIndex)
// Check our per SHistory object limit in the currently navigated SHistory
EvictWindowContentViewers(aPreviousIndex, aIndex);
// Check our total limit across all SHistory objects
EvictGlobalContentViewer();
//EvictGlobalContentViewer();
return NS_OK;
}