Index: Source/core/animation/DocumentAnimations.cpp |
diff --git a/Source/core/animation/DocumentAnimations.cpp b/Source/core/animation/DocumentAnimations.cpp |
index 7fe6e3efef50ef837ae1b26c8b6b2575de64485f..16815bb5d04ca20effda5b65748796535c4afa25 100644 |
--- a/Source/core/animation/DocumentAnimations.cpp |
+++ b/Source/core/animation/DocumentAnimations.cpp |
@@ -92,6 +92,8 @@ void DocumentAnimations::startPendingAnimations(Document& document) |
ASSERT(document.view()); |
document.view()->scheduleAnimation(); |
} |
+ |
+ document.animationClock().unfreeze(); |
} |
} // namespace WebCore |