зеркало из https://github.com/mozilla/gecko-dev.git
(no bug) Remove terminal "." at the end of warning & assertion in nsBaseWidget.cpp, to fix ".:" in "warningmessage.: line-of-source-code". DONTBUILD because just tweaking assertion-message
This commit is contained in:
Родитель
ed216be99e
Коммит
40376063b5
|
@ -846,10 +846,10 @@ nsBaseWidget::ComputeShouldAccelerate(bool aDefault)
|
|||
return true;
|
||||
|
||||
if (!whitelisted) {
|
||||
NS_WARNING("OpenGL-accelerated layers are not supported on this system.");
|
||||
NS_WARNING("OpenGL-accelerated layers are not supported on this system");
|
||||
#ifdef MOZ_ANDROID_OMTC
|
||||
NS_RUNTIMEABORT("OpenGL-accelerated layers are a hard requirement on this platform. "
|
||||
"Cannot continue without support for them.");
|
||||
"Cannot continue without support for them");
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче