Bug 288587 crash while viewing Real videos

r=tor sr=tor


git-svn-id: svn://10.0.0.236/trunk@171457 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2005-04-01 16:41:55 +00:00
parent 9a50b7b10d
commit 887df123a8

View File

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