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