зеркало из https://github.com/mozilla/pjs.git
Fix bustage on Solaris caused by Bug 178324
This commit is contained in:
Родитель
5346a316ae
Коммит
30346b4f3d
|
@ -1048,7 +1048,7 @@ nsFocusManager::SetFocusInner(nsIContent* aNewContent, PRInt32 aFlags,
|
|||
if (!isElementInFocusedWindow)
|
||||
commonAncestor = GetCommonAncestor(newWindow, mFocusedWindow);
|
||||
|
||||
if (!Blur(currentIsSameOrAncestor ? mFocusedWindow : nsnull,
|
||||
if (!Blur(currentIsSameOrAncestor ? mFocusedWindow.get() : nsnull,
|
||||
commonAncestor, !isElementInFocusedWindow))
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче