| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 84b88f546452c31bb6b7e2f505808daa96a9d487..7586ee336b4fc1ff4282e5a632c2cfc6f5249839 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();
|
| }
|
|
|
|
|