Bug 694224, remove appshell argument from various widget creation methods, r=roc
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user