зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
debce02604
Коммит
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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче