Bug 683777 - Back out bug 646641 on suspicion of causing crashes. rs=smaug

This commit is contained in:
Justin Lebar
2011-10-12 20:15:28 -04:00
parent f2c21cb965
commit 2d977b8f9a
24 changed files with 802 additions and 1300 deletions

View File

@@ -1959,7 +1959,7 @@ DocumentViewerImpl::Show(void)
printf("About to evict content viewers: prev=%d, loaded=%d\n",
prevIndex, loadedIndex);
#endif
historyInt->EvictOutOfRangeContentViewers(loadedIndex);
historyInt->EvictContentViewers(prevIndex, loadedIndex);
}
}
}