fix build bustage

git-svn-id: svn://10.0.0.236/trunk@34254 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1999-06-08 21:06:22 +00:00
parent fcf49b32de
commit 258538bee2

View File

@@ -617,6 +617,7 @@ nsBrowserWindow::DispatchMenuItem(PRInt32 aID)
case PRVCY_DISPLAY_WALLET:
/* set a cookie for the javascript wallet editor */
res = nsServiceManager::GetService(kWalletServiceCID,
kIWalletServiceIID,
@@ -624,7 +625,7 @@ nsBrowserWindow::DispatchMenuItem(PRInt32 aID)
if ((NS_OK == res) && (nsnull != walletservice)) {
nsIURL * url;
if (!NS_FAILED(NS_NewURL(&url, WALLET_EDITOR_URL))) {
res = walletservice->WALLET_PreEdit(url);
// res = walletservice->WALLET_PreEdit(url);
NS_RELEASE(walletservice);
}
}