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:
parent
95df239711
commit
f5402856e3
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user