зеркало из https://github.com/mozilla/gecko-dev.git
initialize menuhandle to null; r=sfraser; bug #45245
This commit is contained in:
Родитель
38608685e3
Коммит
abea185e60
|
@ -386,7 +386,7 @@ nsMenuBar::MenuConstruct( const nsMenuEvent & aMenuEvent, nsIWidget* aParentWind
|
|||
menuElement->GetAttribute(NS_ConvertASCIItoUCS2("id"), menuIDstring);
|
||||
if(menuIDstring.EqualsWithConversion("menu_Help")) {
|
||||
nsMenuEvent event;
|
||||
MenuHandle handle;
|
||||
MenuHandle handle = nsnull;
|
||||
#if !(defined(RHAPSODY) || defined(TARGET_CARBON))
|
||||
::HMGetHelpMenuHandle(&handle);
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче