Follow-up fix for crash bug 118685. Patch by mats.palmgren@bredband.net (Mats

Palmgren), r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@149051 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2003-11-08 23:53:49 +00:00
parent 95df239711
commit f5402856e3
2 changed files with 2 additions and 2 deletions

View File

@ -551,7 +551,7 @@ nsFileControlFrame::GetFrameForPoint(nsIPresContext* aPresContext,
return nsAreaFrame::GetFrameForPoint(aPresContext, aPoint, aWhichLayer, aFrame);
}
#endif
return NS_OK;
return NS_ERROR_FAILURE;
}
#ifdef NS_DEBUG

View File

@ -551,7 +551,7 @@ nsFileControlFrame::GetFrameForPoint(nsIPresContext* aPresContext,
return nsAreaFrame::GetFrameForPoint(aPresContext, aPoint, aWhichLayer, aFrame);
}
#endif
return NS_OK;
return NS_ERROR_FAILURE;
}
#ifdef NS_DEBUG