Bug 288587 crash while viewing Real videos

r=tor sr=tor
This commit is contained in:
timeless%mozdev.org 2005-04-01 16:41:55 +00:00
Родитель e8011e9164
Коммит d4bd0359bb
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1438,6 +1438,7 @@ nsObjectFrame::HandleChild(nsPresContext* aPresContext,
PRBool PRBool
nsObjectFrame::IsFocusable(PRInt32 *aTabIndex, PRBool aWithMouse) nsObjectFrame::IsFocusable(PRInt32 *aTabIndex, PRBool aWithMouse)
{ {
if (aTabIndex)
*aTabIndex = -1; *aTabIndex = -1;
if (IsBroken()) { if (IsBroken()) {
// Inner anchor for "click to install plugin" is focusable, // Inner anchor for "click to install plugin" is focusable,