fix build bustage

This commit is contained in:
morse%netscape.com 1999-05-16 20:35:28 +00:00
parent a6758a1ac1
commit 84facccc36

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);
}