зеркало из https://github.com/mozilla/pjs.git
fixed a crash caused by unitialized variable focusedWidget.
This commit is contained in:
Родитель
a68709ce1a
Коммит
8df05818bc
|
@ -118,7 +118,7 @@ PRBool nsMacEventHandler::HandleMenuCommand(
|
|||
long aMenuResult)
|
||||
{
|
||||
// get the focused widget
|
||||
nsWindow* focusedWidget;
|
||||
nsWindow* focusedWidget = nsnull;
|
||||
nsCOMPtr<nsToolkit> toolkit ( dont_AddRef((nsToolkit*)mTopLevelWidget->GetToolkit()) );
|
||||
if (toolkit)
|
||||
focusedWidget = toolkit->GetFocus();
|
||||
|
|
Загрузка…
Ссылка в новой задаче