This commit is contained in:
Jesse Ruderman 2012-10-04 23:12:15 -07:00
Родитель 7d5a230e25
Коммит 1c9fb1a4db
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -397,7 +397,7 @@ nsComboboxControlFrame::ShowList(bool aShowList)
if (aShowList) {
nsIView* view = mDropdownFrame->GetView();
NS_ASSERTION(!view->HasWidget(),
"We shoudldn't have a widget before we need to display the popup");
"We shouldn't have a widget before we need to display the popup");
// Create the widget for the drop-down list
view->GetViewManager()->SetViewFloating(view, true);