flush chrome cache as well, from pnunn. bug#51249.

This commit is contained in:
pinkerton%netscape.com 2000-09-14 23:13:54 +00:00
Родитель aa07e7a254
Коммит 3740b50638
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -334,7 +334,7 @@ void nsMacMemoryCushion::RepeatAction(const EventRecord &aMacEvent)
nsCOMPtr<nsIImageManager> imageManager = do_GetService(kImageManagerCID);
if (imageManager)
{
imageManager->FlushCache();
imageManager->FlushCache(1);
}
}