| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 2a4a412ec22528fa4e3280dfea6a55815e2fdae9..18e31034aa800e46b7093e13314f4244274dff04 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -1771,6 +1771,9 @@ void Document::updateStyleIfNeeded()
|
|
|
| AnimationUpdateBlock animationUpdateBlock(m_frame ? &m_frame->animation() : 0);
|
| recalcStyle(NoChange);
|
| +
|
| + if (RuntimeEnabledFeatures::webAnimationsEnabled())
|
| + cssPendingAnimations().startPendingAnimations();
|
| m_animationClock->unfreeze();
|
| }
|
|
|
|
|