зеркало из https://github.com/mozilla/pjs.git
Bug 339565. Google.com textfield shows unexpectedly with GOK. Forgot to make one change requested by Neil. Original patch by Nian Liu, r=aaronlev, sr=neil
This commit is contained in:
Родитель
331190bef2
Коммит
876a627199
|
@ -2241,7 +2241,7 @@ void nsAccessible::DoCommandCallback(nsITimer *aTimer, void *aClosure)
|
|||
if (!doc) {
|
||||
return;
|
||||
}
|
||||
nsIPresShell *presShell = doc->GetShellAt(0);
|
||||
nsCOMPtr<nsIPresShell> presShell = doc->GetShellAt(0);
|
||||
nsPIDOMWindow *outerWindow = doc->GetWindow();
|
||||
if (presShell && outerWindow) {
|
||||
nsAutoPopupStatePusher popupStatePusher(outerWindow, openAllowed);
|
||||
|
|
Загрузка…
Ссылка в новой задаче