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