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