| Index: Source/core/animation/DocumentAnimations.cpp
|
| diff --git a/Source/core/animation/DocumentAnimations.cpp b/Source/core/animation/DocumentAnimations.cpp
|
| index dc6628da18791ea0525ad827ca312f240f45b819..626b4d8bcc83ab43e53a58292030a12c5f4ed09f 100644
|
| --- a/Source/core/animation/DocumentAnimations.cpp
|
| +++ b/Source/core/animation/DocumentAnimations.cpp
|
| @@ -89,7 +89,7 @@ bool DocumentAnimations::needsOutdatedAnimationUpdate(const Document& document)
|
|
|
| void DocumentAnimations::updateCompositorAnimations(Document& document)
|
| {
|
| - ASSERT(document.lifecycle().state() == DocumentLifecycle::CompositingClean);
|
| + ASSERT(document.lifecycle().state() >= DocumentLifecycle::CompositingClean);
|
| if (document.compositorPendingAnimations().update()) {
|
| ASSERT(document.view());
|
| document.view()->scheduleAnimation();
|
|
|