зеркало из https://github.com/mozilla/pjs.git
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;
|
shell = nsnull;
|
||||||
nsCOMPtr<nsIWebShell> webcontent;
|
nsCOMPtr<nsIWebShell> webcontent;
|
||||||
mWebShell->FindChildWithName(nsAutoString("content"), *getter_AddRefs(webcontent));
|
mWebShell->FindChildWithName(nsAutoString("content"), *getter_AddRefs(webcontent));
|
||||||
shell = GetPresShellFor(webcontent);
|
nsCOMPtr<nsIWebShell> webcontent2;
|
||||||
|
webcontent->ChildAt(1, (nsIWebShell*&)webcontent2);
|
||||||
|
shell = GetPresShellFor(webcontent2);
|
||||||
|
|
||||||
nsIWalletService *walletservice;
|
nsIWalletService *walletservice;
|
||||||
nsresult res;
|
nsresult res;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче