bustage fix

git-svn-id: svn://10.0.0.236/trunk@73491 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com
2000-06-29 01:19:45 +00:00
parent f14ab80ee3
commit 645ec1114b

View File

@@ -208,7 +208,7 @@ NS_IMETHODIMP nsDocShellTreeOwner::GetNewWindow(PRInt32 aChromeFlags,
*aDocShellTreeItem = nsnull;
nsCOMPtr<nsIWebBrowser> webBrowser;
NS_ENSURE_STATE(mWebBrowserChrome, NS_ERROR_FAILURE);
NS_ENSURE_TRUE(mWebBrowserChrome, NS_ERROR_FAILURE);
mWebBrowserChrome->GetNewBrowser(aChromeFlags, getter_AddRefs(webBrowser));
NS_ENSURE_TRUE(webBrowser, NS_ERROR_FAILURE);