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:
tbogard%aol.net 1999-11-27 03:36:35 +00:00
Родитель debce02604
Коммит 904e13e316
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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;