зеркало из https://github.com/mozilla/gecko-dev.git
same as previous fix but for safe fillin this time (previous one was for quick fillin
This commit is contained in:
Родитель
b041f5c897
Коммит
512bb97b6b
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче