mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
fix build bustage
This commit is contained in:
parent
a6758a1ac1
commit
84facccc36
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user