| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index 3cff1907866a48d432655c4a4a2cdeabc0288d0b..3c295fc87ee413eb40bf0182ded7c36899fd951e 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -394,7 +394,7 @@ ActiveAnimations* Element::ensureActiveAnimations()
|
|
|
| bool Element::hasActiveAnimations() const
|
| {
|
| - if (!RuntimeEnabledFeatures::webAnimationsEnabled())
|
| + if (!RuntimeEnabledFeatures::webAnimationsCSSEnabled())
|
| return false;
|
|
|
| if (!hasRareData())
|
|
|