Followup to bug 836198: Clean up a bit of rebase vomit.

This commit is contained in:
Chris Jones 2013-02-06 12:54:53 -08:00
Родитель 69886e640f
Коммит e1426b40d7
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -142,7 +142,6 @@ TabChild::PreloadSlowThings()
NS_LITERAL_STRING("chrome://global/content/preload.js")); NS_LITERAL_STRING("chrome://global/content/preload.js"));
nsCOMPtr<nsIDocShell> docShell = do_GetInterface(tab->mWebNav); nsCOMPtr<nsIDocShell> docShell = do_GetInterface(tab->mWebNav);
nsCOMPtr<nsIPresShell> presShell;
if (nsIPresShell* presShell = docShell->GetPresShell()) { if (nsIPresShell* presShell = docShell->GetPresShell()) {
// Initialize and do an initial reflow of the about:blank // Initialize and do an initial reflow of the about:blank
// PresShell to let it preload some things for us. // PresShell to let it preload some things for us.