fix build bustage
git-svn-id: svn://10.0.0.236/trunk@31859 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user