diff --git a/widget/xpwidgets/nsBaseWidget.cpp b/widget/xpwidgets/nsBaseWidget.cpp index 0c384c7db4cd..05369d2b6d6a 100644 --- a/widget/xpwidgets/nsBaseWidget.cpp +++ b/widget/xpwidgets/nsBaseWidget.cpp @@ -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; }