зеркало из https://github.com/mozilla/pjs.git
Bug 682208 - Remove extra call to GetSubmenuWidgetChain(). r=enndeakin
This commit is contained in:
Родитель
a18a8a4721
Коммит
43934d90ae
|
@ -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];
|
||||
|
|
Загрузка…
Ссылка в новой задаче