зеркало из https://github.com/mozilla/gecko-dev.git
Fix typo exposed by followup to bug 582057.
This commit is contained in:
Родитель
6e925ce155
Коммит
27f273ef0e
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче