fix build bustage

git-svn-id: svn://10.0.0.236/trunk@31859 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1999-05-16 20:35:28 +00:00
parent d7158a86ce
commit 04af807e1a

View File

@@ -634,7 +634,8 @@ nsBrowserWindow::DispatchMenuItem(PRInt32 aID)
kIWalletServiceIID,
(nsISupports **)&walletservice);
if ((NS_OK == res) && (nsnull != walletservice)) {
res = walletservice->WALLET_Prefill(shell, (PRVCY_QPREFILL == aID));
nsString urlString = nsString("");
res = walletservice->WALLET_Prefill(shell, urlString, (PRVCY_QPREFILL == aID));
NS_RELEASE(walletservice);
}