backout incorrect change from warning to assertion from bug 874721. r=me

This commit is contained in:
Nicholas Cameron 2013-08-05 11:20:02 +12:00
Родитель e703f1a17c
Коммит 64ecc95c2b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -966,7 +966,7 @@ void nsBaseWidget::CreateCompositor(int aWidth, int aHeight)
return;
}
NS_ASSERTION(false, "Failed to create an OMT compositor.");
NS_WARNING("Failed to create an OMT compositor.");
DestroyCompositor();
// Compositor child had the only reference to LayerManager and will have
// deallocated it when being freed.