зеркало из https://github.com/mozilla/gecko-dev.git
Fix a logging message, no bug, r=me
This commit is contained in:
Родитель
0ce914d650
Коммит
09705d7fb3
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче