Fix typo exposed by followup to bug 582057.

This commit is contained in:
Chris Jones 2010-08-24 22:16:42 -05:00
Родитель 6e925ce155
Коммит 27f273ef0e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -128,7 +128,7 @@ PuppetWidget::CreateChild(const nsIntRect &aRect,
nsWidgetInitData *aInitData,
PRBool aForceUseIWidgetParent)
{
NS_ABORT_IF_FALSE(!aInitData || aInitData->mWindowType == eWindowType_popup,
NS_ABORT_IF_FALSE(!aInitData || aInitData->mWindowType != eWindowType_popup,
"FIXME TODO figure out these should be supported");
nsCOMPtr<nsIWidget> widget = nsIWidget::CreatePuppetWidget();