same as previous fix but for safe fillin this time (previous one was for quick fillin
This commit is contained in:
Родитель
0c4e3755f0
Коммит
248c06dfbd
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче