mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 15:51:33 +00:00
same as previous fix but for safe fillin this time (previous one was for quick fillin
This commit is contained in:
parent
b041f5c897
commit
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user