Bug 682208 - Remove extra call to GetSubmenuWidgetChain(). r=enndeakin

This commit is contained in:
Steven Michaud 2012-01-04 14:07:53 -06:00
Родитель a18a8a4721
Коммит 43934d90ae
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -2773,7 +2773,6 @@ NSEvent* gLastDragMouseDownEvent = nil;
PRUint32 popupsToRollup = PR_UINT32_MAX;
if (gRollupListener) {
nsAutoTArray<nsIWidget*, 5> widgetChain;
gRollupListener->GetSubmenuWidgetChain(&widgetChain);
PRUint32 sameTypeCount = gRollupListener->GetSubmenuWidgetChain(&widgetChain);
for (PRUint32 i = 0; i < widgetChain.Length(); i++) {
nsIWidget* widget = widgetChain[i];