зеркало из https://github.com/mozilla/gecko-dev.git
backout incorrect change from warning to assertion from bug 874721. r=me
This commit is contained in:
Родитель
e703f1a17c
Коммит
64ecc95c2b
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче