Bug 694224, remove appshell argument from various widget creation methods, r=roc

This commit is contained in:
Neil Deakin
2011-10-14 09:06:39 -04:00
parent b3b4ec593c
commit 4a6227f04e
32 changed files with 45 additions and 97 deletions

View File

@@ -1156,7 +1156,7 @@ NS_IMETHODIMP nsWebBrowser::Create()
mInternalWidget->SetClientData(static_cast<nsWebBrowser *>(this));
mInternalWidget->Create(nsnull, mParentNativeWindow, bounds, nsWebBrowser::HandleEvent,
nsnull, nsnull, nsnull, &widgetInit);
nsnull, nsnull, &widgetInit);
}
nsCOMPtr<nsIDocShell> docShell(do_CreateInstance("@mozilla.org/docshell;1", &rv));