mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix a logging message, no bug, r=me
This commit is contained in:
parent
68b3e0e5bf
commit
32785d45f6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user