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:
aaronleventhal%moonset.net 2006-07-05 12:52:44 +00:00
Родитель 331190bef2
Коммит 876a627199
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);