Fix a logging message, no bug, r=me

This commit is contained in:
David Zbarsky 2012-08-25 00:10:47 -04:00
Родитель 0ce914d650
Коммит 09705d7fb3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -129,7 +129,7 @@ ElementTransitions::CanPerformOnCompositorThread() const
{
if (mElementProperty != nsGkAtoms::transitionsProperty) {
if (nsLayoutUtils::IsAnimationLoggingEnabled()) {
printf_stderr("Gecko bug: Async animation of pseudoelements not supported. See bug 771367\n");
printf_stderr("Gecko bug: Async transition of pseudoelements not supported. See bug 771367\n");
}
return false;
}