same as previous fix but for safe fillin this time (previous one was for quick fillin

This commit is contained in:
morse%netscape.com 1999-04-11 05:55:02 +00:00
parent b041f5c897
commit 512bb97b6b

View File

@ -390,7 +390,9 @@ nsBrowserAppCore::WalletSafeFillin()
shell = nsnull;
nsCOMPtr<nsIWebShell> webcontent;
mWebShell->FindChildWithName(nsAutoString("content"), *getter_AddRefs(webcontent));
shell = GetPresShellFor(webcontent);
nsCOMPtr<nsIWebShell> webcontent2;
webcontent->ChildAt(1, (nsIWebShell*&)webcontent2);
shell = GetPresShellFor(webcontent2);
nsIWalletService *walletservice;
nsresult res;