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