mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Changed NS_ASSERTION to NS_ENSURE on an interface boundary check. Done mainly to get VC depend to rebuild this file so tinderbox will go green.
This commit is contained in:
parent
debce02604
commit
904e13e316
@ -108,7 +108,7 @@ nsNativeBrowserWindow::CreateMenuBar(PRInt32 aWidth)
|
||||
nsresult
|
||||
nsNativeBrowserWindow::GetMenuBarHeight(PRInt32 * aHeightOut)
|
||||
{
|
||||
NS_ASSERTION(nsnull != aHeightOut,"null out param.");
|
||||
NS_ENSURE_ARG_POINTER(aHeightOut);
|
||||
|
||||
*aHeightOut = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user